]> git.sur5r.net Git - openldap/commitdiff
In ldap_int_tls_start, authid is very temporary, not const.
authorHoward Chu <hyc@openldap.org>
Fri, 19 Apr 2002 04:35:16 +0000 (04:35 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 19 Apr 2002 04:35:16 +0000 (04:35 +0000)
libraries/libldap/tls.c

index 609730a10f84a70e4eea6889271c5705e8a56bf3..9aa0775bc9b9ada8c91ff63a71688177ad917b0a 100644 (file)
@@ -1246,7 +1246,7 @@ ldap_int_tls_start ( LDAP *ld, LDAPConn *conn, LDAPURLDesc *srv )
         * set SASL properties to TLS ssf and authid
         */
        {
-               const char *authid;
+               char *authid;
                ber_len_t ssf;
 
                /* we need to let SASL know */