projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
c94265d
)
*** empty log message ***
author
bodea
<bodea>
Tue, 9 Nov 2004 05:49:08 +0000
(
05:49
+0000)
committer
bodea
<bodea>
Tue, 9 Nov 2004 05:49:08 +0000
(
05:49
+0000)
ppp.c
patch
|
blob
|
history
diff --git
a/ppp.c
b/ppp.c
index
809637c
..
ccdddc4
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.2
4 2004/11/09 05:48:2
8 bodea Exp $";
+char const *cvs_id_ppp = "$Id: ppp.c,v 1.2
5 2004/11/09 05:49:0
8 bodea Exp $";
#include <stdio.h>
#include <string.h>
@@
-783,7
+783,7
@@
void send_ipin(sessionidt s, u8 *buf, int len)
eth_tx += len - 4;
STAT(tun_tx_packets);
- INC_STAT(tun_tx_bytes, l - 4);
+ INC_STAT(tun_tx_bytes, l
en
- 4);
}