mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix typo in UDP logmsg
This commit is contained in:
parent
48c8cebbe3
commit
95a512f849
@ -337,7 +337,7 @@ ldap_connect_to_host(LDAP *ld, Sockbuf *sb,
|
||||
osip_debug(ld, "ldap_connect_to_host: TCP %s:%d\n",host,port,0);
|
||||
break;
|
||||
case LDAP_PROTO_UDP: socktype = SOCK_DGRAM;
|
||||
osip_debug(ld, "ldap_connect_to_host: TCP %s:%d\n",host,port,0);
|
||||
osip_debug(ld, "ldap_connect_to_host: UDP %s:%d\n",host,port,0);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user