aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo_server_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo_server_main.c')
-rw-r--r--src/osmo_server_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo_server_main.c b/src/osmo_server_main.c
index 04c84a0..082ade2 100644
--- a/src/osmo_server_main.c
+++ b/src/osmo_server_main.c
@@ -184,6 +184,7 @@ int main(int argc, char **argv)
LOGP(DSERVER, LOGL_ERROR, "Failed to allocate osmo_pcap_server.\n");
exit(1);
}
+ INIT_LLIST_HEAD(&pcap_server->conn);
vty_server_init(pcap_server);
if (vty_read_config_file(config_file, NULL) < 0) {