Bug 3162 - services/services_db.c: "s" is set but never used
Summary: services/services_db.c: "s" 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.21
Hardware: SGI IRIX
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-12 14:05 UTC by Jason Mader (mail bounces back)
Modified: 2005-10-13 06:18 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-10-12 14:05:12 UTC
cc-1552 cc: WARNING File = services/services_db.c, Line = 178
  The variable "s" is set but never used.

        char *p, *s;
                  ^
Comment 1 Jason Mader (mail bounces back) 2005-10-12 14:05:45 UTC
cc-1552 cc: WARNING File = services/services_db.c, Line = 399
  The variable "new_services" is set but never used.

        BOOL new_services = False;
             ^
Comment 2 Gerald (Jerry) Carter (dead mail address) 2005-10-13 06:18:45 UTC
Fixed.  Thanks.