Bug 3802 - smbd/open.c: "delayed_for_oplocks" is set but never used
Summary: smbd/open.c: "delayed_for_oplocks" is set but never used
Status: RESOLVED LATER
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.23
Hardware: SGI IRIX
: P3 minor
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-25 08:58 UTC by Jason Mader (mail bounces back)
Modified: 2006-05-25 10:36 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Mader (mail bounces back) 2006-05-25 08:58:47 UTC
cc-1552 c99: WARNING File = smbd/open.c, Line = 1101
  The variable "delayed_for_oplocks" is set but never used.

        BOOL delayed_for_oplocks = False;
             ^
Comment 1 Jeremy Allison 2006-05-25 10:36:31 UTC
Actually this is intentional. I intend to add a debug statement for this to help track down logic errors - just haven't done it yet.

Jeremy