]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Fix a DBG statement
authorVolker Lendecke <vl@samba.org>
Sat, 11 Mar 2023 14:37:59 +0000 (15:37 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 18 Apr 2023 14:58:36 +0000 (14:58 +0000)
This is not smbd_smb2_create_send() anymore.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/smbd/smb2_create.c

index c8f5bbbe47147add8aa28bd09ee6e958c88195d5..86524f1522ae1f75770b39a05d662fefb06a3252 100644 (file)
@@ -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);