]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - dhcp/patches/dhcp-4.2.3-P2-log_perror.patch
dhcp: Update to 4.2.4.
[people/ms/ipfire-3.x.git] / dhcp / patches / dhcp-4.2.3-P2-log_perror.patch
CommitLineData
444c1184
MT
1diff -up dhcp-4.2.3-P2/server/dhcpd.c.log_perror dhcp-4.2.3-P2/server/dhcpd.c
2--- dhcp-4.2.3-P2/server/dhcpd.c.log_perror 2012-02-22 14:24:57.000000000 +0100
3+++ dhcp-4.2.3-P2/server/dhcpd.c 2012-02-22 14:29:09.964576687 +0100
4@@ -315,6 +315,7 @@ main(int argc, char **argv) {
5 #ifndef DEBUG
6 daemon = 0;
7 #endif
8+ log_perror = 0;
9 } else if (!strcmp (argv [i], "-d")) {
10 #ifndef DEBUG
11 daemon = 0;