]> git.proxmox.com Git - mirror_lxc.git/commit
lxc: remove perror call in nl.c (V2)
authorMichel Normand <normand@fr.ibm.com>
Thu, 29 Apr 2010 08:03:59 +0000 (10:03 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 29 Apr 2010 08:03:59 +0000 (10:03 +0200)
commit3cfc0f3a6577266993cd37a097165df9488c7584
tree2913804167e13788a68bd7f24add6644298abf41
parente4b3fe5833cf5e8cb85389ceed8a00254c87b01f
lxc: remove perror call in nl.c (V2)

There is only one such perror call, so remove it in nl.c

In this same patch, verify that all functions of nl.c and network.c
are reporting a -errno value in case of error;
value that is reported in lxc log by the callers in conf.c

Signed-off-by: Michel Normand <normand@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/conf.c
src/lxc/network.c
src/lxc/nl.c