Bug 3877 - passdb/pdb_tdb.c: "user_rid" is set but never used
Summary: passdb/pdb_tdb.c: "user_rid" 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.23
Hardware: SGI IRIX
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-28 07:25 UTC by Jason Mader (mail bounces back)
Modified: 2006-06-28 12:11 UTC (History)
0 users

See Also:


Attachments
The patch deletes the use of "user_rid" variable. (633 bytes, patch)
2006-06-28 07:34 UTC, Jason Mader (mail bounces back)
no flags Details

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-28 07:25:43 UTC
--- passdb/pdb_tdb.o ---
cc-1552 c99: WARNING File = passdb/pdb_tdb.c, Line = 1313
  The variable "user_rid" is set but never used.

        uint32          user_rid;
                        ^
Comment 1 Jason Mader (mail bounces back) 2006-06-28 07:34:09 UTC
Created attachment 1993 [details]
The patch deletes the use of "user_rid" variable.
Comment 2 Jeremy Allison 2006-06-28 12:11:18 UTC
Fixed thanks !
Jeremy.