aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo_server_vty.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo_server_vty.c')
-rw-r--r--src/osmo_server_vty.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/osmo_server_vty.c b/src/osmo_server_vty.c
index 5428445..d13ea6f 100644
--- a/src/osmo_server_vty.c
+++ b/src/osmo_server_vty.c
@@ -134,10 +134,7 @@ DEFUN(cfg_server_client,
/* Checking no-store and maybe closing a pcap file */
if (argc >= 3) {
- if (conn->local_fd >= 0) {
- close(conn->local_fd);
- conn->local_fd = -1;
- }
+ osmo_pcap_server_close_trace(conn);
conn->no_store = 1;
} else
conn->no_store = 0;