Skip to content
Snippets Groups Projects
Commit 4af57deb authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix kbind typo (ITS#717)

parent a56d0a08
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment