aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wireshark-qt.cpp')
-rw-r--r--wireshark-qt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wireshark-qt.cpp b/wireshark-qt.cpp
index b14962825f..6acfee27a1 100644
--- a/wireshark-qt.cpp
+++ b/wireshark-qt.cpp
@@ -592,7 +592,7 @@ int main(int argc, char *argv[])
global_commandline_info.prefs_p = ws_app.readConfigurationFiles(&gdp_path, &dp_path, false);
/* Now get our args */
- commandline_other_options(argc, argv, &global_commandline_info, TRUE);
+ commandline_other_options(argc, argv, TRUE);
/* Convert some command-line parameters to QStrings */
if (global_commandline_info.cf_name != NULL)