summaryrefslogtreecommitdiff
path: root/source3/smbd/close.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-04-12 14:12:38 +0200
committerJeremy Allison <jra@samba.org>2013-04-26 15:17:22 -0700
commit78d4bdc0b837340d39f7f99044ac12be919f8662 (patch)
treefa659b570a70366a134aadb07e21b79239102bad /source3/smbd/close.c
parentf52a3c3cd1ef2d6373819a7ba8c724fa9ca374f5 (diff)
downloadsamba-78d4bdc0b837340d39f7f99044ac12be919f8662.tar.gz
samba-78d4bdc0b837340d39f7f99044ac12be919f8662.tar.bz2
samba-78d4bdc0b837340d39f7f99044ac12be919f8662.zip
smbd: Obsolete MSG_SMB_OPEN_RETRY
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd/close.c')
-rw-r--r--source3/smbd/close.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/smbd/close.c b/source3/smbd/close.c
index 3389649226..b7b8d4092a 100644
--- a/source3/smbd/close.c
+++ b/source3/smbd/close.c
@@ -241,15 +241,6 @@ static void notify_deferred_opens(struct smbd_server_connection *sconn,
* zero.
*/
schedule_deferred_open_message_smb(sconn, e->op_mid);
- } else {
- char msg[MSG_SMB_SHARE_MODE_ENTRY_SIZE];
-
- share_mode_entry_to_message(msg, e);
-
- messaging_send_buf(sconn->msg_ctx, e->pid,
- MSG_SMB_OPEN_RETRY,
- (uint8 *)msg,
- MSG_SMB_SHARE_MODE_ENTRY_SIZE);
}
}
TALLOC_FREE(deferred);