From: Volker Lendecke Date: Tue, 19 Jan 2010 13:18:53 +0000 (+0100) Subject: s3: Remove a comment from ancient times that no longer applies X-Git-Tag: tdb-1.2.1~265 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=7d04c0fcfdd6cd52ce99d94cbe42fb698b7a0674 s3: Remove a comment from ancient times that no longer applies --- diff --git a/source3/smbd/oplock.c b/source3/smbd/oplock.c index cdb6093fe95..7ce450c1fe5 100644 --- 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)); - /* Here's the hack from open.c, store the mid in the 'port' field */ schedule_deferred_open_smb_message(msg.op_mid); }