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
2cf55356
Commit
2cf55356
authored
Jan 13, 2015
by
Howard Chu
Browse files
Fix fprintf format (coverity)
parent
9328a41f
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/slapmodify.c
View file @
2cf55356
...
...
@@ -286,7 +286,7 @@ slapmodify( int argc, char **argv )
}
if
(
rc
!=
LDAP_SUCCESS
)
{
fprintf
(
stderr
,
"%s: no such entry
\"
%s
\"
in database (lineno=%
d
)
\n
"
,
fprintf
(
stderr
,
"%s: no such entry
\"
%s
\"
in database (lineno=%
lu
)
\n
"
,
progname
,
ndn
.
bv_val
,
lineno
);
rc
=
EXIT_FAILURE
;
goto
cleanup
;
...
...
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