projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa460d6
)
fix nak increment
author
Brendan O'Dea
<bod@optus.net>
Fri, 12 Aug 2005 14:12:28 +0000
(14:12 +0000)
committer
Brendan O'Dea
<bod@optus.net>
Fri, 12 Aug 2005 14:12:28 +0000
(14:12 +0000)
ppp.c
patch
|
blob
|
history
diff --git
a/ppp.c
b/ppp.c
index
630ca59
..
340151b
100644
(file)
--- a/
ppp.c
+++ b/
ppp.c
@@
-1,6
+1,6
@@
// L2TPNS PPP Stuff
-char const *cvs_id_ppp = "$Id: ppp.c,v 1.7
2 2005-08-12 08:18:46
bodea Exp $";
+char const *cvs_id_ppp = "$Id: ppp.c,v 1.7
3 2005-08-12 14:12:28
bodea Exp $";
#include <stdio.h>
#include <string.h>
@@
-427,7
+427,7
@@
static uint8_t *ppp_nak(sessionidt s, uint8_t *buf, size_t blen, uint16_t mtype,
if (!queued)
return 0;
-
*nak_sent
++;
+
(*nak_sent)
++;
*queued = ConfigNak;
queued += 4;
}