Fix ber_pvt_sb_udp_set_dst() argument

This commit is contained in:
Hallvard Furuseth 1999-09-02 07:41:58 +00:00
parent 1ced9c02cf
commit 06c3e9a0d2

View file

@ -468,7 +468,7 @@ send_search_result(
#ifdef LDAP_CONNECTIONLESS
if ( op->o_cldap ) {
ber_pvt_sb_udp_set_dst( &conn->c_sb, &op->o_clientaddr );
ber_pvt_sb_udp_set_dst( conn->c_sb, &op->o_clientaddr );
Debug( LDAP_DEBUG_TRACE, "UDP response to %s port %d\n",
inet_ntoa(((struct sockaddr_in *)
&op->o_clientaddr)->sin_addr ),