5590b3e Bug 697116 - Need to check if admldapGetISIEDN() returns NULL

Authored and Committed by nkinder 13 years ago
    Bug 697116 - Need to check if admldapGetISIEDN() returns NULL
    
    cov#10768,10767,10764
    
    There are a number of places where we don't check if the pointer
    returned by admldapGetISIEDN() is NULL before dereferencing it.
    We should check for NULL and avoid the dereference.
    
        
file modified
+3 -0