]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Fix typo
authorKurt Zeilenga <kurt@openldap.org>
Thu, 19 Dec 2002 00:46:52 +0000 (00:46 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 19 Dec 2002 00:46:52 +0000 (00:46 +0000)
libraries/libldap/os-ip.c

index 4854e5c75e640c4ea7ef530d8514165cb91e702e..f2a1a84f3c56fa9d505ddbc0372aa45abb786b66 100644 (file)
@@ -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: