projects
/
umurmur.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ef74ba
)
Calls to Ban_init() and Ban_deinit()
author
Martin Johansson
<martin@fatbob.nu>
Sun, 11 Mar 2012 18:57:07 +0000
(19:57 +0100)
committer
Martin Johansson
<martin@fatbob.nu>
Sun, 11 Mar 2012 18:57:07 +0000
(19:57 +0100)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index 10b9de3dce4bcdd923226dbf2a1816370d3fd10f..c84e1a80545a07b15c8349a9b32933da26cbd45f 100644
(file)
--- a/
src/main.c
+++ b/
src/main.c
@@
-336,6
+336,7
@@
int main(int argc, char **argv)
SSLi_init();
Chan_init();
Client_init();
+ Ban_init();
#ifdef POSIX_PRIORITY_SCHEDULING
if (realtime)
@@
-344,6
+345,7
@@
int main(int argc, char **argv)
Server_run();
+ Ban_deinit();
SSLi_deinit();
Chan_free();
Log_free();