8f3302e Ticket 47946 - Fix regression with original patch

Authored and Committed by mreynolds 9 years ago
    Ticket 47946 - Fix regression with original patch
    
    Bug Description:  The original patch for 47946 did not properly check if the
                      aci being updated was a "new" aci.  It thought the aci
                      was unchanged, and did not add it to the server.
    
    Fix Description:  Flag the aci as new when its first created so the console
                      can properly check its syntax and add it.
    
    https://fedorahosted.org/389/ticket/47946
    
    Reviewed by: rmeggins(Thanks!)