Update of /cvsroot/radmind/radmind
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv20202
Modified Files:
command.c
Log Message:
Formatting.
Index: command.c
===================================================================
RCS file: /cvsroot/radmind/radmind/command.c,v
retrieving revision 1.129
retrieving revision 1.130
diff -C2 -d -r1.129 -r1.130
*** command.c 20 Mar 2006 17:57:51 -0000 1.129
--- command.c 13 Oct 2006 19:39:45 -0000 1.130
***************
*** 236,240 ****
if ( strlen( av[ 1 ] ) + strlen( av[ 2 ] ) +
! strlen( remote_host) + 5 > MAXPATHLEN ) {
syslog( LOG_WARNING,
"Overflow attempt: %s/%s-%s longer than MAXPATHLEN",
--- 236,240 ----
if ( strlen( av[ 1 ] ) + strlen( av[ 2 ] ) +
! strlen( remote_host ) + 5 > MAXPATHLEN ) {
syslog( LOG_WARNING,
"Overflow attempt: %s/%s-%s longer than MAXPATHLEN",
|