summaryrefslogtreecommitdiffstats
path: root/ldap/admin/src/scripts
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2009-02-16 22:40:13 +0000
committerRich Megginson <rmeggins@redhat.com>2009-02-16 22:40:13 +0000
commitc76c0951a9b66600a07967289fb0cc74c1333865 (patch)
treeca0a22118acd827e88ef27cb23ba2785f5e7a7cf /ldap/admin/src/scripts
parent90b5a17a3e1c8d26717671086b863779c86a880a (diff)
Resolves: bug 481052
Bug Description: some cn=config options show up with incorrect value on 64-bit Reviewed by: nkinder (Thanks!) Fix Description: The get functions return a specific sized type (e.g. an int). We were assigning this to a void *. We cannot do this. We must assign the return value from the get function to the correct size and type variable. I changed the config code to do this. I also had a look at the database and chaining database config code which does similar things with void *, but that code works a little bit differently and appears to be ok. Platforms tested: RHEL5 x86_64 (need to test on HP-UX) Flag Day: no Doc impact: no
Diffstat (limited to 'ldap/admin/src/scripts')
0 files changed, 0 insertions, 0 deletions