about summary refs log tree commit diff
path: root/debian/patches/config-bugfix-parse-commandline-options-into-correct.patch
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2015-11-24 00:13:48 +0100
committerMichael Biebl <biebl@debian.org>2015-11-24 00:13:48 +0100
commit68f9946a1c3c5c534d6b2beab9fd6aa20d49f388 (patch)
tree54fc6d8f04573484c76376d6270a316cc3bfd807 /debian/patches/config-bugfix-parse-commandline-options-into-correct.patch
parent633c2c0f1231e77ebf80f47483e3cdd95f6df6dc (diff)
Rebase patches.
Diffstat (limited to 'debian/patches/config-bugfix-parse-commandline-options-into-correct.patch')
-rw-r--r--debian/patches/config-bugfix-parse-commandline-options-into-correct.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/debian/patches/config-bugfix-parse-commandline-options-into-correct.patch b/debian/patches/config-bugfix-parse-commandline-options-into-correct.patch
deleted file mode 100644
index f9ecf21f..00000000
--- a/debian/patches/config-bugfix-parse-commandline-options-into-correct.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From: =?utf-8?q?Ulrich_=C3=96lmann?= <u.oelmann@pengutronix.de>
-Date: Thu, 27 Aug 2015 22:18:55 +0200
-Subject: config: bugfix: parse commandline options into correct object
-MIME-Version: 1.0
-Content-Type: text/plain; charset="utf-8"
-Content-Transfer-Encoding: 8bit
-
-Config related commandline options should be parsed into a function argument but
-were instead parsed into an object with local scope. As a result none of them
-had any impact.
-
-Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
-
-Fixes: b4ad7434a87c165a77b615accbe1868a9df9221b
-
-https://mail.gnome.org/archives/networkmanager-list/2015-August/msg00033.html
-
-(cherry-picked from commit 8a22a98157f7f6773f3d1f295419569c6c880a47)
----
- src/main.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/src/main.c b/src/main.c
-index 495262e..a9bc479 100644
---- a/src/main.c
-+++ b/src/main.c
-@@ -246,7 +246,6 @@ do_early_setup (int *argc, char **argv[], NMConfigCmdLineOptions *config_cli)
- 		{NULL}
- 	};
- 
--	config_cli = nm_config_cmd_line_options_new ();
- 	if (!nm_main_utils_early_setup ("NetworkManager",
- 	                                argc,
- 	                                argv,