From: Andrew M. <fit...@us...> - 2007-02-19 15:57:25
|
Update of /cvsroot/radmind/radmind In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv30319 Modified Files: repo.c Log Message: Fix double message reporting if message is only one argument. Index: repo.c =================================================================== RCS file: /cvsroot/radmind/radmind/repo.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** repo.c 28 Dec 2006 17:05:34 -0000 1.3 --- repo.c 19 Feb 2007 15:57:17 -0000 1.4 *************** *** 46,50 **** SNET *sn; int c, port = htons( 6662 ); ! int i = 0, err = 0, len; int authlevel = _RADMIND_AUTHLEVEL; int use_randfile = 0; --- 46,50 ---- SNET *sn; int c, port = htons( 6662 ); ! int i = 1, err = 0, len; int authlevel = _RADMIND_AUTHLEVEL; int use_randfile = 0; |