fix glitch with \001 => \201 changes
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 20 Feb 1993 02:35:21 +0000 (18:35 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 20 Feb 1993 02:35:21 +0000 (18:35 -0800)
SCCS-vsn: usr.sbin/sendmail/src/main.c 6.20

usr/src/usr.sbin/sendmail/src/main.c

index b166369..5169b8a 100644 (file)
@@ -13,7 +13,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)main.c     6.19 (Berkeley) %G%";
+static char sccsid[] = "@(#)main.c     6.20 (Berkeley) %G%";
 #endif /* not lint */
 
 #define        _DEFINE
 #endif /* not lint */
 
 #define        _DEFINE
@@ -585,7 +585,7 @@ main(argc, argv, envp)
        }
 
        /* our name for SMTP codes */
        }
 
        /* our name for SMTP codes */
-       expand("\001j", jbuf, &jbuf[sizeof jbuf - 1], CurEnv);
+       expand("\201j", jbuf, &jbuf[sizeof jbuf - 1], CurEnv);
        MyHostName = jbuf;
 
        /* the indices of built-in mailers */
        MyHostName = jbuf;
 
        /* the indices of built-in mailers */