git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b5186b3
)
s3: Remove a comment from ancient times that no longer applies
author
Volker Lendecke
<vl@samba.org>
Tue, 19 Jan 2010 13:18:53 +0000
(14:18 +0100)
committer
Volker Lendecke
<vl@samba.org>
Tue, 19 Jan 2010 13:20:07 +0000
(14:20 +0100)
source3/smbd/oplock.c
patch
|
blob
|
history
diff --git
a/source3/smbd/oplock.c
b/source3/smbd/oplock.c
index cdb6093fe95ce0f08571af3cf334f10a1aa8576c..7ce450c1fe50ebd1f21217d0cbeaa2c2b806e15a 100644
(file)
--- a/
source3/smbd/oplock.c
+++ b/
source3/smbd/oplock.c
@@
-685,7
+685,6
@@
static void process_oplock_break_response(struct messaging_context *msg_ctx,
procid_str(talloc_tos(), &src), file_id_string_tos(&msg.id),
msg.share_file_id, (unsigned int)msg.op_mid));
procid_str(talloc_tos(), &src), file_id_string_tos(&msg.id),
msg.share_file_id, (unsigned int)msg.op_mid));
- /* Here's the hack from open.c, store the mid in the 'port' field */
schedule_deferred_open_smb_message(msg.op_mid);
}
schedule_deferred_open_smb_message(msg.op_mid);
}