diff options
author | Tim Prouty <tprouty@samba.org> | 2009-03-23 11:57:13 -0700 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2009-03-23 11:57:13 -0700 |
commit | 130582f170cdcc2b6eb2a950ca4ebda916c8399a (patch) | |
tree | c75b1b843b89aa9f8843e4ba0aec4742711c5cf3 /source3/modules | |
parent | 866afd5d0b1a4a9429f5cdeae01409a15770b6e3 (diff) | |
download | samba-130582f170cdcc2b6eb2a950ca4ebda916c8399a.tar.gz samba-130582f170cdcc2b6eb2a950ca4ebda916c8399a.tar.bz2 samba-130582f170cdcc2b6eb2a950ca4ebda916c8399a.zip |
s3 OneFS: Remove usage of non-existant function
The function was removed in:
c16c90a1cb3b0e2ceadd3dea835a4e69acfc2fae
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/onefs_open.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/modules/onefs_open.c b/source3/modules/onefs_open.c index c5030f4ab8..5a488f894c 100644 --- a/source3/modules/onefs_open.c +++ b/source3/modules/onefs_open.c @@ -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, |