mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
Fix ber_pvt_sb_udp_set_dst() argument
This commit is contained in:
parent
1ced9c02cf
commit
06c3e9a0d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ),
|
||||
|
|
|
|||
Loading…
Reference in a new issue