Bug 3903 - nsswitch/winbindd_user.c: "status" is set but never used
Summary: nsswitch/winbindd_user.c: "status" 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 minor
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-29 07:12 UTC by Jason Mader (mail bounces back)
Modified: 2006-06-29 13:02 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-29 07:12:37 UTC
--- nsswitch/winbindd_user.o ---
cc-1552 c99: WARNING File = nsswitch/winbindd_user.c, Line = 523
  The variable "status" is set but never used.

        NTSTATUS status;
                 ^

cc-1552 c99: WARNING File = nsswitch/winbindd_user.c, Line = 743
  The variable "status" is set but never used.

                NTSTATUS status;
                         ^
Comment 1 Jason Mader (mail bounces back) 2006-06-29 07:13:00 UTC
--- nsswitch/winbindd_misc.o ---
cc-1552 c99: WARNING File = nsswitch/winbindd_misc.c, Line = 117
  The variable "result" is set but never used.

        NTSTATUS result;
                 ^
Comment 2 Jeremy Allison 2006-06-29 13:02:16 UTC
Fixed thanks !
Jeremy.