c76c095 Resolves: bug 481052

Authored and Committed by rmeggins 15 years ago
    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
    
        
file modified
+26 -7