From d29c5eb710a9c09128cbfba9ed22f4bf02c48fb8 Mon Sep 17 00:00:00 2001 From: Hadriel Kaplan Date: Sun, 5 Jul 2015 23:58:19 -0400 Subject: Rawshark calls init_process_policies() twice Calling it twice won't make it work any better. Change-Id: I30fea0ba2ccf6ebfb6caf6a58333cee9b192e4cb Reviewed-on: https://code.wireshark.org/review/9513 Reviewed-by: Hadriel Kaplan --- rawshark.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'rawshark.c') diff --git a/rawshark.c b/rawshark.c index 443b4b4258..e34e1a7a08 100644 --- a/rawshark.c +++ b/rawshark.c @@ -504,11 +504,6 @@ DIAG_ON(cast-qual) init_progfile_dir_error); } - /* - * Get credential information for later use. - */ - init_process_policies(); - /* nothing more than the standard GLib handler, but without a warning */ log_flags = G_LOG_LEVEL_WARNING | -- cgit v1.2.1