[X2serv-cvs] [CVS] Module srvx2: Change committed
Brought to you by:
sirvulcan
From: Neil S. <sir...@us...> - 2004-08-23 15:55:44
|
Committer : Code Monkey <sir...@us...> CVSROOT : /cvsroot/x2serv Module : srvx2 Commit time: 2004-08-23 15:55:36 UTC Modified files: src/mod-snoop.c Log message: quick fix ---------------------- diff included ---------------------- Index: srvx2/src/mod-snoop.c diff -u srvx2/src/mod-snoop.c:1.1.1.1 srvx2/src/mod-snoop.c:1.2 --- srvx2/src/mod-snoop.c:1.1.1.1 Thu Jun 3 10:14:00 2004 +++ srvx2/src/mod-snoop.c Mon Aug 23 08:55:25 2004 @@ -136,7 +136,7 @@ str = database_get_data(node, "channel", RECDB_QSTRING); if (!str) return; - snoop_cfg.channel = AddChannel(str, now, "+sntim", NULL); + snoop_cfg.channel = AddChannel(str, now, "+sntim", NULL, NULL); if (!snoop_cfg.channel) return; str = database_get_data(node, "show_bursts", RECDB_QSTRING); ----------------------- End of diff ----------------------- |