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; ^
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