2c8e30e conf: Resolve corner case on fc_host deletion

Authored and Committed by John Ferlan 6 years ago
    conf: Resolve corner case on fc_host deletion
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1420740
    
    Testing found an inventive way to cause an error at shutdown by providing the
    parent name for the fc host creation using the "same name" as the HBA. Since
    the code thus assumed the parent host name provided was the parent HBA and
    just extracted out the host number and sent that along to the vport_destroy
    this avoided checks made for equality.
    
    So just add the equality check to that path to resolve.
    
        
file modified
+11 -3