conf.c: remove a break

commit ab81cef053 meant to remove the
added break, but apparently i had not done 'git add' before commit
--amend.  Remove the added break.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
Serge Hallyn 2013-05-07 15:33:42 -05:00
parent dd66e5adb3
commit 7f4717c293

View File

@ -1071,7 +1071,6 @@ int detect_shared_rootfs(void)
fclose(f);
return 1;
}
break;
}
}
fclose(f);