c089a52 Bug: 181465 - Handle spacing issues in objectClass SUP list.

Authored and Committed by nkinder 14 years ago
    Bug: 181465 - Handle spacing issues in objectClass SUP list.
    
    Our schema parser requires a space after the opening paran
    when multiple SUP objectclasses are listed in the definition
    of an objectclass.  The RFCs show that a space is not required.
    
    This patch simply removes the requirement that a space be
    present after the opening paran.
    
        
file modified
+8 -3