comment out debug
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 4 Nov 1988 10:29:50 +0000 (02:29 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 4 Nov 1988 10:29:50 +0000 (02:29 -0800)
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 5.23

usr/src/usr.sbin/sendmail/src/srvrsmtp.c

index 6aa8e6f..c5f9f87 100644 (file)
@@ -20,9 +20,9 @@
 
 #ifndef lint
 #ifdef SMTP
 
 #ifndef lint
 #ifdef SMTP
-static char sccsid[] = "@(#)srvrsmtp.c 5.22 (Berkeley) %G% (with SMTP)";
+static char sccsid[] = "@(#)srvrsmtp.c 5.23 (Berkeley) %G% (with SMTP)";
 #else
 #else
-static char sccsid[] = "@(#)srvrsmtp.c 5.22 (Berkeley) %G% (without SMTP)";
+static char sccsid[] = "@(#)srvrsmtp.c 5.23 (Berkeley) %G% (without SMTP)";
 #endif
 #endif /* not lint */
 
 #endif
 #endif /* not lint */
 
@@ -88,8 +88,10 @@ static struct cmd    CmdTab[] =
        "hops",         CMDHOPS,
 # ifdef DEBUG
        "showq",        CMDDBGQSHOW,
        "hops",         CMDHOPS,
 # ifdef DEBUG
        "showq",        CMDDBGQSHOW,
-       "debug",        CMDDBGDEBUG,
 # endif DEBUG
 # endif DEBUG
+# ifdef notdef
+       "debug",        CMDDBGDEBUG,
+# endif notdef
 # ifdef WIZ
        "kill",         CMDDBGKILL,
 # endif WIZ
 # ifdef WIZ
        "kill",         CMDDBGKILL,
 # endif WIZ