]> git.ipfire.org Git - thirdparty/lxc.git/commit
Change find_fstype_cb to ignore blank lines and comments
authorYuto KAWAMURA(kawamuray) <kawamuray.dadada@gmail.com>
Fri, 4 Jul 2014 17:40:02 +0000 (02:40 +0900)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 7 Jul 2014 14:13:54 +0000 (10:13 -0400)
commit9827ecdb6d07981fefbd0af570c782c322ff8e0b
treee231b1f041e3c4ec69417c9aa52c44ab8d271e7c
parent6000d5bacb2ed92b7a47437baee78e2ddd3f979b
Change find_fstype_cb to ignore blank lines and comments

/etc/filesystems could be contain blank lines and comments.
Change find_fstype_cb() to ignore blank lines and comments which starts
with '#'.

Signed-off-by: Yuto KAWAMURA(kawamuray) <kawamuray.dadada@gmail.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
src/lxc/conf.c