b57fe64 Ticket 48770 - Improve extended op plugin handling

Authored and Committed by William Brown 7 years ago
    Ticket 48770 - Improve extended op plugin handling
    
    Bug Description: In plugin.c we had a number of in-efficenty control paths, and
    loops that were repeated.
    
    Fix Description: This reduces code duplication, and looping in un-neccesary
    places.
    
    https://fedorahosted.org/389/ticket/48770
    
    Author: wibrown
    
    Review: nhosoi (Thanks!)
    
        
file modified
+12 -15
file modified
+81 -94