]> git.sur5r.net Git - openldap/commit
ber_get_enum() needs int*, not enum*. An enum can have wrong size.
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 10 Jul 2005 09:40:34 +0000 (09:40 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 10 Jul 2005 09:40:34 +0000 (09:40 +0000)
commitbdbda6a23177dab6451d67cb0dfdd9ad851b16ec
tree97d9d63652ce5888bea3d17b54ed638e57a59725
parent570126dc25ef430f5e0abe4081f50fe517186557
ber_get_enum() needs int*, not enum*.  An enum can have wrong size.
(Enum _members_ have type int, but the enum's _type_ can be compatible
with some other char/integer type which can represent its members.)
libraries/libldap/ppolicy.c