Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
198461b7
Commit
198461b7
authored
Oct 24, 1998
by
Kurt Zeilenga
Browse files
minor cleanup
parent
6c6d3d8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/open.c
View file @
198461b7
...
...
@@ -218,7 +218,7 @@ open_ldap_connection( LDAP *ld, Sockbuf *sb, char *host, int defport,
curhost
=
hostname
;
}
*
r
++
=
'\0'
;
port
=
htons
(
(
short
)
atoi
(
r
));
port
=
htons
(
(
short
)
atoi
(
r
)
);
}
else
{
port
=
defport
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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