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:
c34bfa1
)
fix cut-n-paste error
author
bodea
<bodea>
Tue, 2 Nov 2004 06:45:03 +0000
(06:45 +0000)
committer
bodea
<bodea>
Tue, 2 Nov 2004 06:45:03 +0000
(06:45 +0000)
l2tpns.c
patch
|
blob
|
history
diff --git
a/l2tpns.c
b/l2tpns.c
index
9f49b96
..
3d6f81e
100644
(file)
--- a/
l2tpns.c
+++ b/
l2tpns.c
@@
-4,7
+4,7
@@
// Copyright (c) 2002 FireBrick (Andrews & Arnold Ltd / Watchfront Ltd) - GPL licenced
// vim: sw=8 ts=8
// Copyright (c) 2002 FireBrick (Andrews & Arnold Ltd / Watchfront Ltd) - GPL licenced
// vim: sw=8 ts=8
-char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.3
7 2004/11/02 04:35:04
bodea Exp $";
+char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.3
8 2004/11/02 06:45:03
bodea Exp $";
#include <arpa/inet.h>
#include <assert.h>
#include <arpa/inet.h>
#include <assert.h>
@@
-1003,7
+1003,7
@@
void throttle_session(sessionidt s, int rate_in, int rate_out)
free_tbf(session[s].tbf_out);
if (rate_out > 0)
free_tbf(session[s].tbf_out);
if (rate_out > 0)
- session[s].tbf_out = new_tbf(s, bytes * 2, bytes, send_ip
in
);
+ session[s].tbf_out = new_tbf(s, bytes * 2, bytes, send_ip
out
);
else
session[s].tbf_out = 0;
else
session[s].tbf_out = 0;