diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-10 13:18:36 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-10 13:18:36 +0100 |
commit | 67a2eb9177fe0b8a6854775a4fad1f7768f6a94a (patch) | |
tree | 301cd4d9bd6b5b897235f06f38f2c00caf6eea4b /sysdep/unix/main.c | |
parent | a32a7b58cebc2838de2ffd94e679d3e1ec9d493a (diff) |
Lib: Check size of nets
Diffstat (limited to 'sysdep/unix/main.c')
-rw-r--r-- | sysdep/unix/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/unix/main.c b/sysdep/unix/main.c index e3252b43..2251d3fb 100644 --- a/sysdep/unix/main.c +++ b/sysdep/unix/main.c @@ -820,6 +820,7 @@ main(int argc, char **argv) log_init_debug(""); log_switch(debug_flag, NULL, NULL); + net_init(); resource_init(); timer_init(); olock_init(); |