From 98c6c668ae5dda1676badecb09e579fbeb4012db Mon Sep 17 00:00:00 2001 From: stskeeps Date: Tue, 7 Nov 2000 14:47:50 +0000 Subject: [PATCH] . --- src/s_serv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s_serv.c b/src/s_serv.c index af8c6f8e2..cde2bb015 100644 --- a/src/s_serv.c +++ b/src/s_serv.c @@ -588,7 +588,7 @@ int m_server(cptr, sptr, parc, parv) char *ch; int i; char info[REALLEN + 61], *inpath, *host, *encr; - aClient *acptr, *bcptr; + aClient *acptr, *bcptr, *ocptr; aConfItem *aconf, *cconf; int hop, numeric = 0; char *flags = NULL, *protocol = NULL, *inf = NULL;