Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ingo Voss
OpenLDAP
Commits
e384d70b
Commit
e384d70b
authored
Dec 19, 2002
by
Kurt Zeilenga
Browse files
Fix typo
parent
994dad7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/os-ip.c
View file @
e384d70b
...
...
@@ -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:
TC
P %s:%d
\n
"
,
host
,
port
,
0
);
osip_debug
(
ld
,
"ldap_connect_to_host:
UD
P %s:%d
\n
"
,
host
,
port
,
0
);
break
;
default:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment