]> git.pld-linux.org Git - packages/dhcdbd.git/blame - dhcdbd-x-bugfix.patch
- bugfix path: the '-x' option shouldn't be passed to dhclient on start
[packages/dhcdbd.git] / dhcdbd-x-bugfix.patch
CommitLineData
9bcf7799 1diff -Nurwa dhcdbd-2.8-orig/src/dhcdbd.c dhcdbd-2.8/src/dhcdbd.c
2--- dhcdbd-2.8-orig/src/dhcdbd.c 2006-08-25 21:45:05.000000000 +0200
3+++ dhcdbd-2.8/src/dhcdbd.c 2007-10-28 16:08:59.388530456 +0100
4@@ -924,11 +924,13 @@
5 return -1;
6 sprintf (dhc_args[arg], "dhc_dbus=%-2u", d_if->dhc_mode);
7
8+#if 0
9 #if DHCLIENT_EXTENDED_OPTION_ENVIRONMENT > 0
10 if ((dhc_args[++arg] = (char *) malloc (3)) == 0L)
11 return -1;
12 strcpy (dhc_args[arg], "-x");
13 #endif
14+#endif
15
16 if ((dhc_args[++arg] = (char *) malloc (3)) == 0L)
17 return -1;
This page took 0.069968 seconds and 4 git commands to generate.