cheimes / certmonger

Forked from certmonger 6 years ago
Clone

45d9460 Remove remaining reference to token variable in certread-n

Authored and Committed by rcritten 2 years ago
    Remove remaining reference to token variable in certread-n
    
    I had switched to using PK11_GetTokenName(slot) except in one
    spot which could lead to use of an uninitialized pointer in
    an error message. Change this and drop the token variable.
    
    Discovered by Coverity
    
    Signed-off-by: Rob Crittenden <rcritten@redhat.com>
    
        
file modified
+1 -2