f08ab2a Bug 664671 - Admin server segfault when full SSL access (http+ldap+console) required

Authored and Committed by rmeggins 13 years ago
    Bug 664671 - Admin server segfault when full SSL access (http+ldap+console) required
    
    https://bugzilla.redhat.com/show_bug.cgi?id=664671
    Resolves: bug 664671
    Bug Description: Admin server segfault when full SSL access (http+ldap+console) required
    Reviewed by: ???
    Branch: master
    Fix Description: Do not call NSS_Shutdown in mod_admserv.  It should always
    be called in mod_nss, after mod_admserv_unload is called.  The only thing
    we need to do in mod_admserv_unload() is to clear the session cache to
    release any resources acquired by mod_admserv.  mod_nss unload will take
    care of the rest.
    Platforms tested: RHEL5 i386
    Flag Day: no
    Doc impact: no
    
        
file modified
+11 -16