]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:lib: Fix a typo in MACRO
authorPavel Filipenský <pfilipensky@samba.org>
Tue, 23 Jan 2024 09:01:35 +0000 (10:01 +0100)
committerPavel Filipensky <pfilipensky@samba.org>
Wed, 17 Jul 2024 08:49:46 +0000 (08:49 +0000)
DEBUG_PASSWORDS --> DEBUG_PASSWORD

Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Reviewed-by: Martin Schwenke <martin@meltin.net>
Autobuild-User(master): Pavel Filipensky <pfilipensky@samba.org>
Autobuild-Date(master): Wed Jul 17 08:49:46 UTC 2024 on atb-devel-224

source3/lib/smbldap.c

index c0d6884a7835cae1b3cfd7791822339ad8c74bb8..9c29aadad596c41e78f519ea05f5e04dae1aa50e 100644 (file)
@@ -113,7 +113,7 @@ void smbldap_set_bind_callback(struct smbldap_state *state,
        }
 
        ldap_value_free(values);
-#ifdef DEBUG_PASSWORDS
+#ifdef DEBUG_PASSWORD
        DEBUG (100, ("smbldap_get_single_attribute: [%s] = [%s]\n", attribute, value));
 #endif
        return True;
@@ -153,7 +153,7 @@ void smbldap_set_bind_callback(struct smbldap_state *state,
 
        ldap_value_free(values);
 
-#ifdef DEBUG_PASSWORDS
+#ifdef DEBUG_PASSWORD
        DEBUG (100, ("smbldap_get_single_attribute: [%s] = [%s]\n",
                     attribute, result));
 #endif
@@ -187,7 +187,7 @@ void smbldap_set_bind_callback(struct smbldap_state *state,
 
        ldap_value_free(values);
 
-#ifdef DEBUG_PASSWORDS
+#ifdef DEBUG_PASSWORD
        DEBUG (100, ("smbldap_get_first_attribute: [%s] = [%s]\n",
                     attribute, result));
 #endif
@@ -243,7 +243,7 @@ void smbldap_set_bind_callback(struct smbldap_state *state,
 
        ldap_value_free(values);
 
-#ifdef DEBUG_PASSWORDS
+#ifdef DEBUG_PASSWORD
        DEBUG (100, ("smbldap_get_single_attribute: [%s] = [%s]\n",
                     attribute, result));
 #endif