]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: make virNetworkIpDefClear consistent with other functions
authorLaine Stump <laine@laine.org>
Sun, 11 Nov 2012 15:27:55 +0000 (10:27 -0500)
committerLaine Stump <laine@laine.org>
Tue, 11 Dec 2012 10:49:44 +0000 (05:49 -0500)
commit31d21197d37ca67764e16f51eba886275a4d3ab8
treeca4490409a818d3280e0ae14839b2468a1d5f511
parentdc9d8d6810007b8b317fdb134e128d8dd51dbbff
conf: make virNetworkIpDefClear consistent with other functions

The other clear functions in network_conf.c that clear out arrays of
sub-objects do so by using the n[itemname]s value as a counter going
down to 0. Make this one consistent. There's no functional value, just
makes the style more consistent with the rest of the file.
src/conf/network_conf.c