Fix kbind typo (ITS#717)

This commit is contained in:
Kurt Zeilenga 2000-09-06 21:25:28 +00:00
parent a56d0a0849
commit 4af57deb51

View file

@ -163,7 +163,7 @@ auth( char *who, int implicit )
/* if we're running as a server (e.g., out of inetd) */
if ( ! isatty( 1 ) ) {
strcpy( tktpath, LDAP_TMPDIR LDAP_DEFSEP "ud_tktXXXXXX" );
strcpy( tktpath, LDAP_TMPDIR LDAP_DIRSEP "ud_tktXXXXXX" );
mktemp( tktpath );
krb_set_tkt_string( tktpath );
}