From: Patrick M. <ume...@us...> - 2007-02-18 23:20:00
|
Update of /cvsroot/radmind/radmind In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv28100 Modified Files: daemon.c Log Message: Default rap_extensions to 1 so REPO is offered by default. Index: daemon.c =================================================================== RCS file: /cvsroot/radmind/radmind/daemon.c,v retrieving revision 1.77 retrieving revision 1.78 diff -C2 -d -r1.77 -r1.78 *** daemon.c 22 Sep 2006 20:44:41 -0000 1.77 --- daemon.c 18 Feb 2007 23:19:57 -0000 1.78 *************** *** 58,62 **** int child_signal = 0; int maxconnections = _RADMIND_MAXCONNECTIONS; /* 0 = no limit */ ! int rap_extensions = 0; char *radmind_path = _RADMIND_PATH; SSL_CTX *ctx = NULL; --- 58,62 ---- int child_signal = 0; int maxconnections = _RADMIND_MAXCONNECTIONS; /* 0 = no limit */ ! int rap_extensions = 1; /* 1 for REPO */ char *radmind_path = _RADMIND_PATH; SSL_CTX *ctx = NULL; |