]> git.sur5r.net Git - openldap/commitdiff
Fix kbind typo (ITS#717)
authorKurt Zeilenga <kurt@openldap.org>
Wed, 6 Sep 2000 21:25:28 +0000 (21:25 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 6 Sep 2000 21:25:28 +0000 (21:25 +0000)
clients/ud/auth.c

index 169fd37117e776707e2e922e8c5094cac23a1750..23bfbc83d6087c2e9f832f930953c9e9282fe97f 100644 (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 );
                }