projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
more DoS prevention: add packet_limit option to apply a hard limit to downstream...
[l2tpns.git]
/
cluster.c
diff --git
a/cluster.c
b/cluster.c
index
7e69f05
..
4035f49
100644
(file)
--- a/
cluster.c
+++ b/
cluster.c
@@
-1,6
+1,6
@@
// L2TPNS Clustering Stuff
// L2TPNS Clustering Stuff
-char const *cvs_id_cluster = "$Id: cluster.c,v 1.2
7 2004/12/20 07:23:42
bodea Exp $";
+char const *cvs_id_cluster = "$Id: cluster.c,v 1.2
8 2004/12/22 05:30:58
bodea Exp $";
#include <stdio.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdlib.h>
@@
-868,7
+868,7
@@
int cluster_send_session(int sid)
}
if (forked) {
}
if (forked) {
- LOG(0, sid, 0, "cluster_send_session called from child process!
"
\n");
+ LOG(0, sid, 0, "cluster_send_session called from child process!\n");
return -1;
}
return -1;
}