On 04/28/2014 09:18 AM, Daniel P. Berrange wrote:
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(a)redhat.com>
---
src/util/virfirewall.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
ACK - this makes coverity build happy again.
John