5f56994 Fix a static analysis warning

Authored and Committed by nalin 8 years ago
1 file changed. 3 lines added. 12 lines removed.
    Fix a static analysis warning
    
    Static analysis confirms that "id" can't be NULL - it's either "0", a
    value from the environment, or a value from the command line.
    
        
file modified
+3 -12