Remove a few more unnecessary uses of fatal().

This commit is contained in:
Todd C. Miller
2014-04-07 19:52:28 -06:00
parent d702ee9813
commit b1cdb3708c
3 changed files with 46 additions and 16 deletions

View File

@@ -158,5 +158,6 @@ expand_prompt(const char *old_prompt, const char *auth_user)
oflow:
/* We pre-allocate enough space, so this should never happen. */
fatalx(U_("internal error, %s overflow"), __func__);
warningx(U_("internal error, %s overflow"), __func__);
debug_return_str(NULL);
}