From: Volker Lendecke Date: Sat, 11 Mar 2023 14:37:59 +0000 (+0100) Subject: smbd: Fix a DBG statement X-Git-Tag: talloc-2.4.1~893 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efdae5d2fa50939ba9cae73d68d07a644c483f42;p=thirdparty%2Fsamba.git smbd: Fix a DBG statement This is not smbd_smb2_create_send() anymore. Signed-off-by: Volker Lendecke Reviewed-by: Andreas Schneider --- diff --git a/source3/smbd/smb2_create.c b/source3/smbd/smb2_create.c index c8f5bbbe471..86524f1522a 100644 --- a/source3/smbd/smb2_create.c +++ b/source3/smbd/smb2_create.c @@ -1489,8 +1489,7 @@ static void smbd_smb2_create_after_exec(struct tevent_req *req) * here we have op == result->op */ - DEBUG(10, ("smbd_smb2_create_send: " - "response construction phase\n")); + DBG_DEBUG("response construction phase\n"); state->out_file_attributes = fdos_mode(state->result);