Bug 3900 - passdb/pdb_ldap.c: enumerated type is mixed with another type
Summary: passdb/pdb_ldap.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: 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:10 UTC by Jason Mader (mail bounces back)
Modified: 2006-06-29 12:07 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:10:11 UTC
cc-1185 c99: WARNING File = passdb/pdb_ldap.c, Line = 3804
  An enumerated type is mixed with another type.

                type = atol(attr);
                     ^

cc-1185 c99: WARNING File = passdb/pdb_ldap.c, Line = 4568
  An enumerated type is mixed with another type.

                *type = strtoul(value, NULL, 10);
                      ^
Comment 1 Jeremy Allison 2006-06-29 12:07:26 UTC
Fixed thanks !
Jeremy.