1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

s4:cldap_server: Add missing newline to logging message

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-08-07 16:51:55 +12:00 committed by Andrew Bartlett
parent e663c1d96b
commit 3076bb6cb9

View File

@ -50,7 +50,7 @@ static void cldapd_request_handler(struct cldap_socket *cldap,
struct ldap_SearchRequest *search;
if (in->ldap_msg->type == LDAP_TAG_AbandonRequest) {
DEBUG(10,("Got (and ignoring) CLDAP AbandonRequest from %s.",
DEBUG(10,("Got (and ignoring) CLDAP AbandonRequest from %s.\n",
tsocket_address_string(in->src, in)));
talloc_free(in);
return;