From 7aa9f973f25f2b09fa1d3eeeebc79a5acebf1e9a Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 1 Aug 2005 19:47:57 +0000 Subject: r8892: Fix #2942 - missing value in debug ! Doh ! Jeremy. (This used to be commit 8bb12c66d37a1cfbd3069cdba408cc051e84112a) --- source3/lib/smbldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib') diff --git a/source3/lib/smbldap.c b/source3/lib/smbldap.c index d1f3f82cb5..10bd56d087 100644 --- a/source3/lib/smbldap.c +++ b/source3/lib/smbldap.c @@ -456,7 +456,7 @@ ATTRIB_MAP_ENTRY sidmap_attr_list[] = { the old value, should it exist. */ if ((newval != NULL) && (strlen(newval) > 0)) { - DEBUG(10,("smbldap_make_mod: adding attribute |%s| value |%s|\n", attribute)); + DEBUG(10,("smbldap_make_mod: adding attribute |%s| value |%s|\n", attribute, newval)); smbldap_set_mod(mods, LDAP_MOD_ADD, attribute, newval); } } -- cgit