Bug 3508 - smbd/posix_acls.c: "sd_size" is set but never used
Summary: smbd/posix_acls.c: "sd_size" is set but never used
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.21b
Hardware: SGI IRIX
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-13 11:04 UTC by Jason Mader (mail bounces back)
Modified: 2006-02-14 14:27 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-02-13 11:04:43 UTC
cc-1552 cc: WARNING File = smbd/posix_acls.c, Line = 4221
  The variable "sd_size" is set but never used.

        size_t sd_size;
               ^
Comment 1 Jeremy Allison 2006-02-14 14:27:03 UTC
Fixed in svn rev. 13497.
Jeremy.