s3: Remove a comment from ancient times that no longer applies
authorVolker Lendecke <vl@samba.org>
Tue, 19 Jan 2010 13:18:53 +0000 (14:18 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 19 Jan 2010 13:20:07 +0000 (14:20 +0100)
source3/smbd/oplock.c

index cdb6093fe95ce0f08571af3cf334f10a1aa8576c..7ce450c1fe50ebd1f21217d0cbeaa2c2b806e15a 100644 (file)
@@ -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));
 
-       /* Here's the hack from open.c, store the mid in the 'port' field */
        schedule_deferred_open_smb_message(msg.op_mid);
 }