projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
new libcli required
[l2tpns.git]
/
ppp.c
diff --git
a/ppp.c
b/ppp.c
index
9ccb56f
..
222cdbd
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.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>
#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);
eth_tx += len - 4;
STAT(tun_tx_packets);
- INC_STAT(tun_tx_bytes, l - 4);
+ INC_STAT(tun_tx_bytes, l
en
- 4);
}
}