diff options
Diffstat (limited to 'libfshelp/fetch-root.c')
-rw-r--r-- | libfshelp/fetch-root.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libfshelp/fetch-root.c b/libfshelp/fetch-root.c index 7686b77d..f865a06f 100644 --- a/libfshelp/fetch-root.c +++ b/libfshelp/fetch-root.c @@ -39,7 +39,7 @@ fshelp_fetch_root (struct transbox *box, void *cookie, start_over: if (box->active != MACH_PORT_NULL) - assert (box->flags & TRANSBOX_STARTING == 0); + assert ((box->flags & TRANSBOX_STARTING) == 0); else { mach_port_t underlying; |