summaryrefslogtreecommitdiff
path: root/source3/lib/smbldap.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-08-01 19:47:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:00:19 -0500
commit7aa9f973f25f2b09fa1d3eeeebc79a5acebf1e9a (patch)
tree6409875705337c13a556d68cd0bebf07949a6065 /source3/lib/smbldap.c
parente9c7079afe2d46dba1d7bb9d741a7e02d0de17e4 (diff)
downloadsamba-7aa9f973f25f2b09fa1d3eeeebc79a5acebf1e9a.tar.gz
samba-7aa9f973f25f2b09fa1d3eeeebc79a5acebf1e9a.tar.bz2
samba-7aa9f973f25f2b09fa1d3eeeebc79a5acebf1e9a.zip
r8892: Fix #2942 - missing value in debug ! Doh !
Jeremy. (This used to be commit 8bb12c66d37a1cfbd3069cdba408cc051e84112a)
Diffstat (limited to 'source3/lib/smbldap.c')
-rw-r--r--source3/lib/smbldap.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}