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
openldap
OpenLDAP
Commits
4601107e
Commit
4601107e
authored
Sep 09, 2010
by
Pierangelo Masarati
Browse files
fix format specifier (ITS
#6644
)
parent
afe2764a
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/dnssrv.c
View file @
4601107e
...
...
@@ -289,7 +289,7 @@ int ldap_domain2hostlist(
/* not first time around */
hostlist
[
cur
++
]
=
' '
;
}
cur
+=
sprintf
(
&
hostlist
[
cur
],
"%s:%h
d
"
,
host
,
port
);
cur
+=
sprintf
(
&
hostlist
[
cur
],
"%s:%h
u
"
,
host
,
port
);
}
add_size:
;
p
+=
size
;
...
...
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