summaryrefslogtreecommitdiff
path: root/src/nm-iface-helper.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-03-13 20:47:03 +0100
committerThomas Haller <thaller@redhat.com>2015-03-20 11:43:29 +0100
commitee4543bd6e4958e93d19a878f8403c4afa398c6e (patch)
treea54fa7afc067e8acb43bb06444d14b94c85d8983 /src/nm-iface-helper.c
parentb8a2f42a38219b4e1f9c87a78f68d5551e1d6c08 (diff)
downloadNetworkManager-ee4543bd6e4958e93d19a878f8403c4afa398c6e.tar.gz
main/trivial: change order of arguments for nm_main_utils_early_setup()
Change the order of the argv and argc argument to match the main() function.
Diffstat (limited to 'src/nm-iface-helper.c')
-rw-r--r--src/nm-iface-helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-iface-helper.c b/src/nm-iface-helper.c
index 49eda87718..09054c0237 100644
--- a/src/nm-iface-helper.c
+++ b/src/nm-iface-helper.c
@@ -311,8 +311,8 @@ main (int argc, char *argv[])
setpgid (getpid (), getpid ());
if (!nm_main_utils_early_setup ("nm-iface-helper",
- &argv,
&argc,
+ &argv,
options,
NULL,
NULL,