[srvx-commits] CVS: services/src main.c,1.117,1.118
Brought to you by:
entrope
From: Entrope <en...@us...> - 2001-10-15 14:39:58
|
Update of /cvsroot/srvx/services/src In directory usw-pr-cvs1:/tmp/cvs-serv5265/src Modified Files: main.c Log Message: automatically load protocol module Index: main.c =================================================================== RCS file: /cvsroot/srvx/services/src/main.c,v retrieving revision 1.117 retrieving revision 1.118 diff -C2 -r1.117 -r1.118 *** main.c 2001/10/14 19:45:40 1.117 --- main.c 2001/10/15 14:39:55 1.118 *************** *** 464,467 **** --- 464,468 ---- service_init(); conf_rlimits(); + module_try_load("proto"); if (replay_file) log(MAIN_LOG, LOG_INFO, "Beginning replay...\n"); |