projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix for -v from Juergen Kammer
[l2tpns.git]
/
ppp.c
diff --git
a/ppp.c
b/ppp.c
index
6074e00
..
8e93f5d
100644
(file)
--- a/
ppp.c
+++ b/
ppp.c
@@
-1,6
+1,6
@@
// L2TPNS PPP Stuff
// L2TPNS PPP Stuff
-char const *cvs_id_ppp = "$Id: ppp.c,v 1.
7 2004-07-08 16:54
:35 bodea Exp $";
+char const *cvs_id_ppp = "$Id: ppp.c,v 1.
8 2004-07-11 07:57
:35 bodea Exp $";
#include <stdio.h>
#include <string.h>
#include <stdio.h>
#include <string.h>
@@
-420,9
+420,9
@@
void processlcp(tunnelidt t, sessionidt s, u8 * p, u16 l)
sessionshutdown(s, "Remote end closed connection.");
tunnelsend(b, l + (q - b), t); // send it
}
sessionshutdown(s, "Remote end closed connection.");
tunnelsend(b, l + (q - b), t); // send it
}
- else if (*p == Terminate
Req
)
+ else if (*p == Terminate
Ack
)
{
{
- sessionshutdown(s, "
Remote end closed connection
.");
+ sessionshutdown(s, "
Connection closed
.");
}
else if (*p == EchoReq)
{
}
else if (*p == EchoReq)
{