]> git.ipfire.org Git - thirdparty/libvirt.git/commit
iptables.c: Use virStrerror, not strerror.
authorJim Meyering <meyering@redhat.com>
Thu, 5 Feb 2009 16:27:51 +0000 (16:27 +0000)
committerJim Meyering <meyering@redhat.com>
Thu, 5 Feb 2009 16:27:51 +0000 (16:27 +0000)
commit1e31bfb055de14a5fe0fe11304fbe1169404932b
tree4dafa1b8a6edbe270a8dc9e1c8a7e876e17edda6
parentdcfa920aff3513e5f53cb832f805305274be8a0c
iptables.c: Use virStrerror, not strerror.

* src/iptables.c: Include "virterror_internal.h".
Use virStrerror, not strerror.
* src/iptables.c (notifyRulesUpdated): Use %s rather than
string-concatenation that made sc_unmarked_diagnostics report
a false-positive.
ChangeLog
src/iptables.c