ba16d99 schema cache: Do not reset ServerInfo dirty flag

1 file Authored by dkupka 7 years ago, Committed by jcholast 7 years ago,
    schema cache: Do not reset ServerInfo dirty flag
    
    Once dirty flag is set to True it must not be set back to False.
    Otherwise changes are not written back to file.
    
    https://fedorahosted.org/freeipa/ticket/6048
    
    Reviewed-By: Jan Cholasta <jcholast@redhat.com>