From: Kurt Zeilenga Date: Wed, 6 Sep 2000 21:25:28 +0000 (+0000) Subject: Fix kbind typo (ITS#717) X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2084 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4af57deb51df1af0ff4b32060d39516f9dd9dd9a;p=openldap Fix kbind typo (ITS#717) --- diff --git a/clients/ud/auth.c b/clients/ud/auth.c index 169fd37117..23bfbc83d6 100644 --- a/clients/ud/auth.c +++ b/clients/ud/auth.c @@ -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 ); }