Skip to content

Commit

Permalink
Return errno indicating occurred fatal error
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanformigoni committed Nov 13, 2024
1 parent 3ebcc8a commit b881755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ die_with_mount_error (const char *format, ...)
bwrap_logv (LOG_ERR, format, args, mount_strerror (errsv));
va_end (args);

exit (1);
exit (errno);
}

void
Expand Down

0 comments on commit b881755

Please sign in to comment.