summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd/upap.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pppd/upap.c')
-rw-r--r--usr.sbin/pppd/upap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pppd/upap.c b/usr.sbin/pppd/upap.c
index 61d22acbf2863..14b2e767b10e6 100644
--- a/usr.sbin/pppd/upap.c
+++ b/usr.sbin/pppd/upap.c
@@ -18,7 +18,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: upap.c,v 1.2 1994/04/11 07:13:44 paulus Exp $";
+static char rcsid[] = "$Id: upap.c,v 1.2 1994/09/25 02:32:16 wollman Exp $";
#endif
/*
@@ -434,7 +434,7 @@ upap_sauthreq(u)
outlen = UPAP_HEADERLEN + 2 * sizeof (u_char) +
u->us_userlen + u->us_passwdlen;
outp = outpacket_buf;
-
+
MAKEHEADER(outp, UPAP);
PUTCHAR(UPAP_AUTHREQ, outp);