From 0a19b80f9609b013f6a302b26e9940f1d7625dbc Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 8 Feb 2006 10:22:20 +0000 Subject: Call "get_credential_info()", so any later calls to privileges.c routines will have the UID info (not that it matters in this case, but...). svn path=/trunk/; revision=17216 --- dftest.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dftest.c') diff --git a/dftest.c b/dftest.c index 75fa9aa82e..96cb58c2e2 100644 --- a/dftest.c +++ b/dftest.c @@ -43,6 +43,7 @@ #include #include #include +#include #include #include "util.h" #include "epan/dfilter/dfilter.h" @@ -65,6 +66,11 @@ main(int argc, char **argv) e_prefs *prefs; dfilter_t *df; + /* + * Get credential information for later use. + */ + get_credential_info(); + timestamp_set_type(TS_RELATIVE); /* register all dissectors; we must do this before checking for the -- cgit v1.2.3