b8d703c Replace new_subdomain() with find_subdomain_by_name()

5 files Authored by sbose 10 years ago, Committed by jhrozek 10 years ago,
    Replace new_subdomain() with find_subdomain_by_name()
    
    new_subdomain() will create a new domain object and should not be used
    anymore in the priovder code directly. Instead a reference to the domain
    from the common domain object should be used.
    
        
file modified
+2 -3