chiark
/
gitweb
/
~mdw
/
secnet
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
util: Use BSD queue.h for phase hook lists
[secnet]
/
secnet.c
diff --git
a/secnet.c
b/secnet.c
index 024744c55e5c0ecdf84d0fc67381664ded27f67c..30db8e1878a66065cf97ba6e7d1c0aa0d0d379f2 100644
(file)
--- a/
secnet.c
+++ b/
secnet.c
@@
-475,6
+475,8
@@
int main(int argc, char **argv)
{
dict_t *config;
+ phase_hooks_init();
+
enter_phase(PHASE_GETOPTS);
parse_options(argc,argv);