mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
Rename error/errorx -> fatal/fatalx and remove the exit value as
it was always 1.
This commit is contained in:
@@ -168,5 +168,5 @@ expand_prompt(const char *old_prompt, const char *user, const char *host)
|
||||
|
||||
oflow:
|
||||
/* We pre-allocate enough space, so this should never happen. */
|
||||
errorx(1, _("internal error, %s overflow"), "expand_prompt()");
|
||||
fatalx(_("internal error, %s overflow"), "expand_prompt()");
|
||||
}
|
||||
|
Reference in New Issue
Block a user