summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/upap.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/pppd/upap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/pppd/upap.c b/cpukit/pppd/upap.c
index 527d05a868..e8115a68c7 100644
--- a/cpukit/pppd/upap.c
+++ b/cpukit/pppd/upap.c
@@ -122,7 +122,7 @@ upap_init(int unit)
void
upap_authwithpeer(
int unit,
- char *user,
+ char *user,
char *password)
{
upap_state *u = &upap[unit];
@@ -505,7 +505,7 @@ upap_sauthreq(upap_state *u)
outlen = UPAP_HEADERLEN + 2 * sizeof (u_char) +
u->us_userlen + u->us_passwdlen;
outp = outpacket_buf;
-
+
MAKEHEADER(outp, PPP_PAP);
PUTCHAR(UPAP_AUTHREQ, outp);