chuckb%netscape.com 1999-03-16 20:14:19 +00:00
parent ece79bcaf7
commit 1557daf996

View File

@ -114,7 +114,7 @@ ldap_extended_operation(
}
/* send the message */
rc = nsldapi_send_initial_request( ld, *msgidp, LDAP_REQ_EXTENDED, NULL,
rc = nsldapi_send_initial_request( ld, msgid, LDAP_REQ_EXTENDED, NULL,
ber );
*msgidp = rc;
return( rc < 0 ? LDAP_GET_LDERRNO( ld, NULL, NULL ) : LDAP_SUCCESS );