2d8b59c systemd: avoid string comparisons on dbus error messages

Authored and Committed by berrange 9 years ago
    systemd: avoid string comparisons on dbus error messages
    
    Add a virDBusErrorIsUnknownMethod helper so that callers
    don't need todo string comparisons themselves to detect
    standard error names.
    
        
file modified
+1 -0
file modified
+9 -0
file modified
+2 -0
file modified
+1 -2