From: michael Date: Tue, 2 Jun 2015 16:40:53 +0000 (+0000) Subject: - scan.c:scan_irckline(): fixes to previous commit X-Git-Tag: 1.0.7~17 X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=dbd402d36a0e131ad2e7830d502bff41d2b0b257;p=hopm.git - scan.c:scan_irckline(): fixes to previous commit git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@6028 82007160-df01-0410-b94d-b575c5fd34c7 --- diff --git a/src/scan.c b/src/scan.c index 4d90c1a..7ff9b6e 100644 --- a/src/scan.c +++ b/src/scan.c @@ -780,11 +780,12 @@ scan_irckline(const struct scan_struct *ss, const char *format, const char *type const void *data; } table[] = { - { 'i', NULL }, - { 'h', NULL }, - { 'u', NULL }, - { 'n', NULL }, - { 't', NULL } + { 'i', NULL }, + { 'h', NULL }, + { 'u', NULL }, + { 'n', NULL }, + { 't', NULL }, + { '\0', NULL } }; table[0].data = ss->ip;