From: Todd C. Miller Date: Thu, 20 Mar 2003 04:49:58 +0000 (+0000) Subject: typo X-Git-Tag: SUDO_1_6_7~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4dd20ab7ffe612db6f49a2ff0dcef62d0ed9532;p=sudo typo --- diff --git a/auth/kerb4.c b/auth/kerb4.c index 663521bc7..64e5ac78f 100644 --- a/auth/kerb4.c +++ b/auth/kerb4.c @@ -101,7 +101,7 @@ kerb4_verify(pw, pass, auth) * Set the ticket file to be in sudo sudo timedir so we don't * wipe out other (real) kerberos tickets. */ - (void) snprintf(tkfile, sizoef(tkfile), "%s/tkt%lu", + (void) snprintf(tkfile, sizeof(tkfile), "%s/tkt%lu", _PATH_SUDO_TIMEDIR, (unsigned long) pw->pw_uid); (void) krb_set_tkt_string(tkfile);