7045c2e Coverity Issue 12033

Authored and Committed by mreynolds 10 years ago
    Coverity Issue 12033
    
    CID 12033 (#1 of 1): Unsigned compared against 0 (NO_EFFECT)unsigned_compare: This less-than-zero comparison of an unsigned value is never true. "val < 0UL".
    
    Removed unneccesary comparision introduced by ticket:
    
    https://fedorahosted.org/389/ticket/47499
    
    Reviewed by: richm(Thanks!)