9d85d44 Try to fix a TOC-TOU warning

Authored and Committed by nalin 10 years ago
    Try to fix a TOC-TOU warning
    
    Try to avoid a time-of-check/time-of-use warning generated by static
    analysis by not checking first.  (We already flagged any resulting error
    other than EEXIST, so we should have been fine the whole time.)
    
        
file modified
+6 -20