]> git.proxmox.com Git - mirror_lxc.git/commit
Don't display an error in lxc_file_for_each_line
authorDaniel Lezcano <daniel.lezcano@free.fr>
Sun, 3 Oct 2010 21:09:36 +0000 (23:09 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Sun, 3 Oct 2010 21:09:36 +0000 (23:09 +0200)
commit75b08dddec3803d313f48bedcfe91737dcf4239a
tree1b9869818ab799598a897956bdf1a119045b9c4b
parent599916790a66ccab899b1871051c59f54a4dce05
Don't display an error in lxc_file_for_each_line

Don't display an error when the callback returns an error different
from zero. A value greater than zero may means "stop". Let's the caller
to check the error.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/parse.c