aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
diff options
context:
space:
mode:
authorHadriel Kaplan <hadrielk@yahoo.com>2015-07-05 23:58:19 -0400
committerHadriel Kaplan <hadrielk@yahoo.com>2015-07-06 04:01:12 +0000
commitd29c5eb710a9c09128cbfba9ed22f4bf02c48fb8 (patch)
treef19b499d8d6a96316a1cd9168394d27842b386b5 /rawshark.c
parent0b4cd71ce1421a079d25516ba1330d29477b75ab (diff)
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 <hadrielk@yahoo.com>
Diffstat (limited to 'rawshark.c')
-rw-r--r--rawshark.c5
1 files changed, 0 insertions, 5 deletions
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 |