Revision: 196
http://irc-dev.svn.sourceforge.net/irc-dev/?rev=196&view=rev
Author: zolty
Date: 2008-08-15 12:57:37 +0000 (Fri, 15 Aug 2008)
Log Message:
-----------
fix wallops
Modified Paths:
--------------
ircd/trunk/ircd/m_dbq.c
Modified: ircd/trunk/ircd/m_dbq.c
===================================================================
--- ircd/trunk/ircd/m_dbq.c 2008-08-15 00:11:13 UTC (rev 195)
+++ ircd/trunk/ircd/m_dbq.c 2008-08-15 12:57:37 UTC (rev 196)
@@ -199,7 +199,7 @@
}
sendwallto_group(&me, WALL_WALLOPS, 0,
- "DBQ %c %s From %#C", table, key, sptr);
+ "DBQ %c %s From %#C", table, key, cptr);
log_write(LS_DDB, L_INFO, 0, "DBQ %c %s From %#C", table, key, cptr);
if (!ddb_table_is_resident(table))
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|