s3:smbd: use new simplified snb_signing code in the server
[jra/samba/.git] / source3 / smbd / open.c
index d529b009d5086484c5a3727c19412fba4651ca8f..52df4fa1431bc91436e9c0e005afb9f8164976e8 100644 (file)
@@ -1033,15 +1033,6 @@ static void defer_open(struct share_mode_lock *lck,
                exit_server("push_deferred_smb_message failed");
        }
        add_deferred_open(lck, req->mid, request_time, state->id);
-
-       /*
-        * Push the MID of this packet on the signing queue.
-        * We only do this once, the first time we push the packet
-        * onto the deferred open queue, as this has a side effect
-        * of incrementing the response sequence number.
-        */
-
-       srv_defer_sign_response(req->mid);
 }