[pisa-src] r1191 - trunk/community-operator/co_server.c

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 15 Oct 2009 18:29:39 +0200

Author: tjansen
Date: Thu Oct 15 18:29:39 2009
New Revision: 1191

Log:
Replace configCleanup() with pisa_cfg_cleanup().

The function was renamed long ago and apparently forgotten until -Wall was
enabled for all subdirectories. Ignorance is bliss...

Modified:
   trunk/community-operator/co_server.c

Modified: trunk/community-operator/co_server.c
==============================================================================
--- trunk/community-operator/co_server.c        Thu Oct 15 18:12:34 2009        
(r1190)
+++ trunk/community-operator/co_server.c        Thu Oct 15 18:29:39 2009        
(r1191)
@@ -178,7 +178,7 @@
        }
 
        pisa_hitlist_destroy(allowed);
-       configCleanup();
+       pisa_cfg_cleanup();
        close(sock);
        free(buf);
        free(addr_string);

Other related posts:

  • » [pisa-src] r1191 - trunk/community-operator/co_server.c - Thomas Jansen