From: Todd C. Miller Date: Fri, 30 Aug 1996 14:49:55 +0000 (+0000) Subject: use shost, not host for tgetpass X-Git-Tag: SUDO_1_5_1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e0efd965d0b9f1bf15ddc67286d72ce01452323;p=sudo use shost, not host for tgetpass --- diff --git a/check.c b/check.c index 5285493c4..f71d6227d 100644 --- a/check.c +++ b/check.c @@ -480,7 +480,7 @@ static void check_passwd() pass = (char *) getpass(prompt); # endif /* HAVE_KERB4 */ #else - pass = tgetpass(prompt, PASSWORD_TIMEOUT * 60, user_name, host); + pass = tgetpass(prompt, PASSWORD_TIMEOUT * 60, user_name, shost); #endif /* USE_GETPASS */ /* Exit loop on nil password */