From 7f42b25ce49b818b534015d078bd51ee612c465c Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 21 Apr 2014 21:33:36 +0200 Subject: LDAP: Fix off-by-one bug in sdap_copy_opts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The sdap_copy_opts function copied all the arguments except for the sentinel. Reviewed-by: Simo Sorce Reviewed-by: Pavel Březina (cherry picked from commit fcb8e3f1f49bb34c409d8dbd75889eb72be05517) --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 79ae5699c..9e77e6f38 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1182,6 +1182,9 @@ auth_tests_LDADD = \ ipa_ldap_opt_tests_SOURCES = \ src/providers/data_provider_opts.c \ + src/providers/ldap/sdap.c \ + src/providers/ldap/sdap_range.c \ + src/util/sss_ldap.c \ src/tests/ipa_ldap_opt-tests.c ipa_ldap_opt_tests_CFLAGS = \ $(AM_CFLAGS) \ -- cgit