Bug 3882 - auth/auth_ntlmssp.c: enumerated type is mixed with another type
Summary: auth/auth_ntlmssp.c: enumerated type is mixed with another type
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.23
Hardware: Other Other
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-28 10:05 UTC by Jason Mader (mail bounces back)
Modified: 2006-06-28 13:16 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-28 10:05:18 UTC
cc-1185 c99: WARNING File = auth/auth_ntlmssp.c, Line = 179
  An enumerated type is mixed with another type.

        (*auth_ntlmssp_state)->ntlmssp_state->server_role = lp_server_role();
                                                          ^
Comment 1 Jeremy Allison 2006-06-28 13:16:41 UTC
Fixed thanks !
Jeremy