|
From: wasted <wa...@fi...> - 2004-02-22 10:50:22
|
wasted 2004/02/22 04:47:04 CST
Modified files:
src modcmd.c
Log:
Forgot one. :\
Revision Changes Path
1.4 +2 -2 wStats/src/modcmd.c
Index: modcmd.c
===================================================================
RCS file: /home/cvs/wstats/wStats/src/modcmd.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- modcmd.c 22 Feb 2004 10:44:15 -0000 1.3
+++ modcmd.c 22 Feb 2004 10:47:03 -0000 1.4
@@ -18,7 +18,7 @@
* wStats is derrived from srvx (http://srvx.net), everything in here that's
* original srvx code, Copyrighted 2000-2003 srvx Development Team.
*
- * $Id: modcmd.c,v 1.3 2004/02/22 10:44:15 wasted Exp $
+ * $Id: modcmd.c,v 1.4 2004/02/22 10:47:03 wasted Exp $
*/
#include "conf.h"
@@ -395,7 +395,7 @@
struct module *module;
for (ii = 0; def_binds[ii].svcname; ++ii) {
- sprintf(buf, "statserv/nick", def_binds[ii].svcname);
+ sprintf(buf, "statserv/nick");
if (!(nick = conf_get_data(buf, RECDB_QSTRING))) continue;
if (!(service = service_find(nick))) continue;
if (dict_size(service->commands) > 0) continue;
|