s3 OneFS: Remove usage of non-existant function
authorTim Prouty <tprouty@samba.org>
Mon, 23 Mar 2009 18:57:13 +0000 (11:57 -0700)
committerTim Prouty <tprouty@samba.org>
Mon, 23 Mar 2009 18:57:13 +0000 (11:57 -0700)
The function was removed in:
c16c90a1cb3b0e2ceadd3dea835a4e69acfc2fae

source3/modules/onefs_open.c

index c5030f4ab85dddc067fe2d1ba3f616246e812ed9..5a488f894ce7097a4978f950a83c4dd663d8db96 100644 (file)
@@ -386,15 +386,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);
 }
 
 static void schedule_defer_open(struct share_mode_lock *lck,