Bug 2493 - rpc_server/srv_util.c: three variables declared, but never referenced
Summary: rpc_server/srv_util.c: three variables declared, but never referenced
Status: CLOSED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: libsmbclient (show other bugs)
Version: 3.0.11
Hardware: All All
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-18 19:01 UTC by Jason Mader (mail bounces back)
Modified: 2005-08-24 10:28 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) 2005-03-18 19:01:40 UTC
Compiling rpc_server/srv_util.c
cc-1174 cc: WARNING File = rpc_server/srv_util.c, Line = 50
  The variable "builtin_alias_rids" was declared but never referenced.

  static const rid_name builtin_alias_rids[] =
                        ^

cc-1174 cc: WARNING File = rpc_server/srv_util.c, Line = 66
  The variable "domain_user_rids" was declared but never referenced.

  static const rid_name domain_user_rids[] =                                   
                                                                               
                
                        ^

cc-1174 cc: WARNING File = rpc_server/srv_util.c, Line = 74
  The variable "domain_group_rids" was declared but never referenced.

  static const rid_name domain_group_rids[] =
                        ^
Comment 1 Gerald (Jerry) Carter (dead mail address) 2005-03-22 07:44:52 UTC
commented out but kept for future use.
Comment 2 Gerald (Jerry) Carter (dead mail address) 2005-08-24 10:28:15 UTC
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.