[pkg-dhcp-commits] [isc-dhcp] 08/10: fix missing comma issue

Michael Gilbert mgilbert at moszumanska.debian.org
Sun Dec 22 02:57:58 UTC 2013


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch experimental
in repository isc-dhcp.

commit 6c55252f62094e8f48a531255eb6dee119066e50
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Sat Dec 21 23:44:49 2013 +0000

    fix missing comma issue
---
 debian/patches/missing-comma.patch | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/debian/patches/missing-comma.patch b/debian/patches/missing-comma.patch
new file mode 100644
index 0000000..c68a659
--- /dev/null
+++ b/debian/patches/missing-comma.patch
@@ -0,0 +1,13 @@
+Author: Michael Gilbert <mgilbert at debian.org>
+
+--- isc-dhcp-4.3.0a1.orig/server/ldap.c
++++ isc-dhcp-4.3.0a1/server/ldap.c
+@@ -628,7 +628,7 @@ ldap_start (void)
+       options = NULL;
+       option_state_allocate (&options, MDL);
+ 
+-      execute_statements_in_scope (NULL, NULL, NULL, NULL, NULL
++      execute_statements_in_scope (NULL, NULL, NULL, NULL, NULL,
+ 				   options, &global_scope, root_group,
+ 				   NULL, NULL);
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-dhcp/isc-dhcp.git



More information about the pkg-dhcp-commits mailing list