57c008f conf: Fix invalid condition when parsing storage owner

Authored and Committed by mkletzan 9 years ago
    conf: Fix invalid condition when parsing storage owner
    
    In commit d2632d60 we agreed taht we want the parsed uid to properly
    overflow but only to -1, however the value was read into long and then
    wrapped into uid_t.  That meaned it failed on 32-bit systems.
    
    Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
    
        
file modified
+3 -3