From: Andreas Schneider Date: Tue, 26 Nov 2019 11:45:24 +0000 (+0100) Subject: s3:winbind: Print priv pipe location X-Git-Tag: ldb-2.1.0~612 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97d43cf6982a4bc1bbba70997990b017b6bca213;p=thirdparty%2Fsamba.git s3:winbind: Print priv pipe location Signed-off-by: Andreas Schneider Reviewed-by: Guenther Deschner --- diff --git a/source3/winbindd/winbindd_misc.c b/source3/winbindd/winbindd_misc.c index cc0701e597a..d27ed76e81e 100644 --- a/source3/winbindd/winbindd_misc.c +++ b/source3/winbindd/winbindd_misc.c @@ -477,5 +477,10 @@ bool winbindd_priv_pipe_dir(struct winbindd_cli_state *state) state->response->length += strlen((char *)state->response->extra_data.data) + 1; + DBG_NOTICE("[%s (%u)]: response location of privileged pipe: %s\n", + state->client_name, + (unsigned int)state->pid, + priv_dir); + return true; }