04515a3 Remove bogus ATTRIBUTE_NONNULL from virFirewallAddRuleFull

Authored and Committed by berrange 9 years ago
    Remove bogus ATTRIBUTE_NONNULL from virFirewallAddRuleFull
    
    The virFirewallAddRuleFull method originally had a single
    compulsory virFirewallQueryCallback parameter. During dev
    work though the ignoreErrors parameter was added and the
    callback parameter made optional. The ATTRIBUTE_NONNULL
    annotation was never removed though.
    
    Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
    
        
file modified
+1 -1