From: Pavel Filipenský Date: Tue, 23 Jan 2024 09:01:35 +0000 (+0100) Subject: s3:lib: Fix a typo in MACRO X-Git-Tag: tdb-1.4.11~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eaed0cd940388a37225e76921a0f6836072c20f0;p=thirdparty%2Fsamba.git s3:lib: Fix a typo in MACRO DEBUG_PASSWORDS --> DEBUG_PASSWORD Signed-off-by: Pavel Filipenský Reviewed-by: Reviewed-by: Martin Schwenke Autobuild-User(master): Pavel Filipensky Autobuild-Date(master): Wed Jul 17 08:49:46 UTC 2024 on atb-devel-224 --- diff --git a/source3/lib/smbldap.c b/source3/lib/smbldap.c index c0d6884a783..9c29aadad59 100644 --- a/source3/lib/smbldap.c +++ b/source3/lib/smbldap.c @@ -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