summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/pap.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/pap.c')
-rw-r--r--usr.sbin/ppp/pap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ppp/pap.c b/usr.sbin/ppp/pap.c
index 38ced43..0c06307 100644
--- a/usr.sbin/ppp/pap.c
+++ b/usr.sbin/ppp/pap.c
@@ -18,8 +18,8 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id:$
- *
+ * $Id: pap.c,v 1.2 1995/02/26 12:17:51 amurai Exp $
+ *
* TODO:
*/
#include "fsm.h"
@@ -66,7 +66,7 @@ int papid;
cp += namelen;
*cp++ = keylen;
bcopy(VarAuthKey, cp, keylen);
-
+
HdlcOutput(PRI_NORMAL, PROTO_PAP, bp);
}
OpenPOWER on IntegriCloud