]> git.sur5r.net Git - openldap/commitdiff
Fix declaration mismatch when CYRUS is not present
authorHoward Chu <hyc@openldap.org>
Tue, 18 Sep 2001 00:37:56 +0000 (00:37 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 18 Sep 2001 00:37:56 +0000 (00:37 +0000)
libraries/libldap/cyrus.c

index f813404fc71d3f8ee6a583eeea413d8b9cbca49e..3c528561e22250e3b968d504fe5223b6bb527863 100644 (file)
@@ -1002,6 +1002,7 @@ ldap_int_sasl_bind(
 int
 ldap_int_sasl_external(
        LDAP *ld,
+       LDAPConn *conn,
        const char * authid,
        ber_len_t ssf )
 { return LDAP_SUCCESS; }