a0545ed Ticket 47973 - custom schema is registered in small caps after schema reload

Authored and Committed by nhosoi 7 years ago
    Ticket 47973 - custom schema is registered in small caps after schema reload
    
    Description: The fix for ticket 47973 [1] brougt an side effect which
    lowers the case of the reloaded new schema.  This patch fixes the issue
    by eliminating normalize_oc_nolock().
    
    Note that the normalization is not needed since all the checks are done
    by strcasecmp.  There is an exception.  When trying to replace a schema
    with the same one having the different cases, exact string compare is
    called.
    
    [1] commit e0c78e1c1db351ea5cf835cdb55437b1ea26a3a6
    
    https://fedorahosted.org/389/ticket/47973
    
    Reviewed by bordaz@redhat.com (Thanks, Thierry!!)
    
        
file modified
+9 -2