summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-03-20 12:31:44 +0100
committerThomas Haller <thaller@redhat.com>2015-03-20 12:31:44 +0100
commit8e58fc742580836df67da84a4bfbf53453e989e5 (patch)
treee4a90a2e0d966178a683b8fda1111172900134a2
parent6ce7b7df96e5a53b4e43a687dfedd8ae8a383fa0 (diff)
downloadNetworkManager-8e58fc742580836df67da84a4bfbf53453e989e5.tar.gz
nm-iface-helper: remove duplicate setpgid() call
Fixes: 5775df9a6dcfaa4a9d208c8e78d6a7419c0e6a07
-rw-r--r--src/nm-iface-helper.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nm-iface-helper.c b/src/nm-iface-helper.c
index 95fffa7a02..4892ddb006 100644
--- a/src/nm-iface-helper.c
+++ b/src/nm-iface-helper.c
@@ -319,8 +319,6 @@ do_early_setup (int *argc, char **argv[])
g_type_init ();
#endif
- setpgid (getpid (), getpid ());
-
if (!nm_main_utils_early_setup ("nm-iface-helper",
argc,
argv,