aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo_server_main.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-05-31 22:52:41 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-05-31 23:42:48 +0200
commit9f6127f592c979582a4d2d34627e09cfcd439778 (patch)
tree6c4ffb1d9b37d06177f9f5f00236996e8f40549d /src/osmo_server_main.c
parent13619dd235969126d5129e5bf129d344ed2643e2 (diff)
osmo-pcap-server: Work on the generic VTY interface for the server
Work on being able to configure clients that are allowed to connect to the server.
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) {