]> git.ipfire.org Git - thirdparty/lxc.git/commit
Change lxc_remove_nic from returning int to void
authorStéphane Graber <stgraber@ubuntu.com>
Sun, 2 Sep 2012 00:17:32 +0000 (20:17 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 12 Nov 2012 18:17:30 +0000 (13:17 -0500)
commit427b3a21ef99f2fb99ae35ea02b7c49b1a9e117c
tree71f3f60c3a573860949aa7857231d50eb51aace7
parent525421c923d798cdea9e5691bcee1e5e5530491d
Change lxc_remove_nic from returning int to void

The function wasn't returning anything and none of the callers
were checking for a return code.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/conf.c