]> git.ozlabs.org Git - petitboot/commitdiff
discover/boot: Fix condition for updating boot params
authorJeremy Kerr <jk@ozlabs.org>
Thu, 5 Dec 2013 06:32:28 +0000 (14:32 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Thu, 5 Dec 2013 06:42:14 +0000 (14:42 +0800)
In commit 823958fb, we change to use struct process, but left in the
check for rc == BOOT_HOOK_EXIT_UPDATE. We actually want to check
process->exit_status here, not rc.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

No differences found