Bug 3837 - smbd/trans2.c: "lock_data" was declared but never referenced
Summary: smbd/trans2.c: "lock_data" was declared but never referenced
Status: RESOLVED FIXED
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-06-14 06:05 UTC by Jason Mader (mail bounces back)
Modified: 2006-06-14 06:41 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-06-14 06:05:26 UTC
cc-1174 c99: WARNING File = smbd/trans2.c, Line = 2816
  The variable "lock_data" was declared but never referenced.

        char *lock_data = NULL;
              ^
Comment 1 Gerald (Jerry) Carter (dead mail address) 2006-06-14 06:41:41 UTC
Fixed (is actually used inside a "#if defined(DEVELOPER)...#endif" block