aboutsummaryrefslogtreecommitdiffstats
path: root/sharkd_session.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-05-13 13:20:33 -0700
committerGuy Harris <guy@alum.mit.edu>2018-05-13 20:21:14 +0000
commitafad14dcfec28d937f5c375831af8e2d886e819f (patch)
tree4c0dc805b425c13394e71ec9e7a5e42986c711b8 /sharkd_session.c
parent7d1c534ac9b596b283bed2caaf7aad59625159f2 (diff)
Get rid of some GTK+-only stuff.
Change-Id: I85806476246a567f747e3911e3d15716e9cfe06b Reviewed-on: https://code.wireshark.org/review/27514 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'sharkd_session.c')
-rw-r--r--sharkd_session.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sharkd_session.c b/sharkd_session.c
index 4c2491aebb..55622688ca 100644
--- a/sharkd_session.c
+++ b/sharkd_session.c
@@ -1751,7 +1751,7 @@ sharkd_session_free_tap_nstat_cb(void *arg)
{
stat_data_t *stat_data = (stat_data_t *) arg;
- free_stat_tables(stat_data->stat_tap_data, NULL, NULL);
+ free_stat_tables(stat_data->stat_tap_data);
}
/**
@@ -2317,7 +2317,7 @@ sharkd_session_process_tap(char *buf, const jsmntok_t *tokens, int count)
continue;
}
- stat_tap->stat_tap_init_cb(stat_tap, NULL, NULL);
+ stat_tap->stat_tap_init_cb(stat_tap);
stat_data = g_new0(stat_data_t, 1);
stat_data->stat_tap_data = stat_tap;