Skip to content

Commit 4ea14ec

Browse files
reddevillgdengbo11
authored andcommitted
fix: exit when erofsfuse_main return
Signed-off-by: reddevillg <reddevillg@gmail.com>
1 parent 401f418 commit 4ea14ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/uab/header/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ int mountSelfBundle(const lightElf::native_elf &elf,
283283
}
284284
}
285285

286-
return erofsfuse_main(4, const_cast<char **>(erofs_argv.data()));
286+
_exit(erofsfuse_main(4, const_cast<char **>(erofs_argv.data())));
287287
}
288288

289289
int status{ 0 };

0 commit comments

Comments
 (0)