projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
8eebdb1
)
missing newline on log message
author
Brendan O'Dea
<bod@optus.net>
Fri, 6 May 2005 06:35:37 +0000
(06:35 +0000)
committer
Brendan O'Dea
<bod@optus.net>
Fri, 6 May 2005 06:35:37 +0000
(06:35 +0000)
l2tpns.c
patch
|
blob
|
history
diff --git
a/l2tpns.c
b/l2tpns.c
index
f96ac79
..
309e5ed
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.9
3 2005-05-05 10:02:0
7 bodea Exp $";
+char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.9
4 2005-05-06 06:35:3
7 bodea Exp $";
#include <arpa/inet.h>
#include <assert.h>
#include <arpa/inet.h>
#include <assert.h>
@@
-2296,7
+2296,7
@@
void processudp(uint8_t * buf, int len, struct sockaddr_in *addr)
if (!sessionfree)
{
STAT(session_overflow);
if (!sessionfree)
{
STAT(session_overflow);
- LOG(1, 0, t, "No free sessions");
+ LOG(1, 0, t, "No free sessions
\n
");
return;
}
else
return;
}
else
@@
-4014,7
+4014,7
@@
static void update_config()
else if (!strncasecmp("pap", p, strlen(p)))
type = AUTHPAP;
else
else if (!strncasecmp("pap", p, strlen(p)))
type = AUTHPAP;
else
- LOG(0, 0, 0, "Invalid RADIUS authentication type \"%s\"", p);
+ LOG(0, 0, 0, "Invalid RADIUS authentication type \"%s\"
\n
", p);
config->radius_authtypes |= type;
if (!config->radius_authprefer)
config->radius_authtypes |= type;
if (!config->radius_authprefer)