print result at all times
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Wed, 22 Oct 1980 03:53:45 +0000 (19:53 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Wed, 22 Oct 1980 03:53:45 +0000 (19:53 -0800)
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 1.6

usr/src/usr.sbin/sendmail/src/parseaddr.c

index d314971..2ff1f1a 100644 (file)
@@ -2,7 +2,7 @@
 # include <ctype.h>
 # include "dlvrmail.h"
 
 # include <ctype.h>
 # include "dlvrmail.h"
 
-static char    SccsId[] = "@(#)parseaddr.c     1.5     %G%";
+static char    SccsId[] = "@(#)parseaddr.c     1.6     %G%";
 
 /*
 **  PARSE -- Parse an address
 
 /*
 **  PARSE -- Parse an address
@@ -268,7 +268,7 @@ parse(addr, a, copyf)
        */
 
 # ifdef DEBUG
        */
 
 # ifdef DEBUG
-       if (Debug && copyf >= 0)
+       if (Debug)
                printf("parse(\"%s\"): host \"%s\" user \"%s\" mailer %d\n",
                    addr, a->q_host, a->q_user, t->p_mailer);
 # endif DEBUG
                printf("parse(\"%s\"): host \"%s\" user \"%s\" mailer %d\n",
                    addr, a->q_host, a->q_user, t->p_mailer);
 # endif DEBUG