88e36a6 Fix crash in DAC driver with no seclabels

Authored and Committed by Ján Tomko 10 years ago
    Fix crash in DAC driver with no seclabels
    
    With dynamic_ownership = 1 but no seclabels, RestoreChardevLabel
    dereferences the NULL seclabel when checking if norelabel is set.
    
    Remove this check, since it is already done in RestoreSecurityAllLabel
    and if norelabel is set, RestoreChardevLabel is never called.
    
        
file modified
+2 -5