aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/osmo_server_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osmo_server_main.c b/src/osmo_server_main.c
index 082ade2..54a5f00 100644
--- a/src/osmo_server_main.c
+++ b/src/osmo_server_main.c
@@ -185,6 +185,8 @@ int main(int argc, char **argv)
exit(1);
}
INIT_LLIST_HEAD(&pcap_server->conn);
+ pcap_server->base_path = talloc_strdup(pcap_server, "./");
+ pcap_server->max_size = 1073741824;
vty_server_init(pcap_server);
if (vty_read_config_file(config_file, NULL) < 0) {