Skip to content
Snippets Groups Projects
Commit 95a512f8 authored by Howard Chu's avatar Howard Chu
Browse files

Fix typo in UDP logmsg

parent 48c8cebb
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment