Author: jra
Date: 2005-08-01 19:47:57 +0000 (Mon, 01 Aug 2005)
New Revision: 8892

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8892

Log:
Fix #2942 - missing value in debug ! Doh !
Jeremy.

Modified:
   branches/SAMBA_3_0/source/lib/smbldap.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/smbldap.c
===================================================================
--- branches/SAMBA_3_0/source/lib/smbldap.c     2005-08-01 19:47:55 UTC (rev 
8891)
+++ branches/SAMBA_3_0/source/lib/smbldap.c     2005-08-01 19:47:57 UTC (rev 
8892)
@@ -456,7 +456,7 @@
           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);
        }
 }

Reply via email to