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
Nadezhda Ivanova
OpenLDAP
Commits
ac09c64f
Commit
ac09c64f
authored
Aug 29, 1999
by
Hallvard Furuseth
Browse files
Fix fprintf format args
parent
66704f67
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/aclparse.c
View file @
ac09c64f
...
...
@@ -64,7 +64,7 @@ regtest(const char *fname, int lineno, char *pat) {
if
(
size
>=
(
sizeof
(
buf
)
-
1
)
)
{
fprintf
(
stderr
,
"%s: line %d: regular expression
\"
%s
\"
too large
\n
"
,
fname
,
lineno
,
pat
,
0
);
fname
,
lineno
,
pat
);
acl_usage
();
}
...
...
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