aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-06-27 19:54:42 -0700
committerGuy Harris <guy@alum.mit.edu>2016-06-28 02:55:38 +0000
commit3ebac2babbd9af1593b86084214051c4c2da8eb2 (patch)
tree553bb90d7cfdbc0d446668fde209f4287ad3882e /ui/gtk/main.c
parentac4ad2bd44f2b8f6981581c683d15645bf2e70cc (diff)
Have commandline_other_options() directly fill in the global structure.
Other code looks at the global structure, so there won't be other structures; just fill in the global structure directly. Change-Id: I4dc87b79168c5a7c9ab1f085aa2d78cc6d2c9019 Reviewed-on: https://code.wireshark.org/review/16184 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui/gtk/main.c')
-rw-r--r--ui/gtk/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/main.c b/ui/gtk/main.c
index 47f527834a..b827509a24 100644
--- a/ui/gtk/main.c
+++ b/ui/gtk/main.c
@@ -2357,7 +2357,7 @@ main(int argc, char *argv[])
#endif*/
/* Now get our args */
- commandline_other_options(argc, argv, &global_commandline_info, TRUE);
+ commandline_other_options(argc, argv, TRUE);
#ifdef HAVE_LIBPCAP
splash_update(RA_INTERFACES, NULL, (gpointer)splash_win);