]> granicus.if.org Git - sudo/commitdiff
typo
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 20 Mar 2003 04:49:58 +0000 (04:49 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 20 Mar 2003 04:49:58 +0000 (04:49 +0000)
auth/kerb4.c

index 663521bc742d80a4f0777fbb0f1a2d10eba8aa66..64e5ac78f4ad9023d606f706bfb3ac5d4395505d 100644 (file)
@@ -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);