Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
d60b89c1
Commit
d60b89c1
authored
Apr 13, 2006
by
Hallvard Furuseth
Browse files
meta_back_db_config: lutil_atou(version,) -> lutil_atoi
parent
7a19d885
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-meta/config.c
View file @
d60b89c1
...
...
@@ -1062,7 +1062,7 @@ meta_back_db_config(
return
1
;
}
if
(
lutil_ato
u
(
version
,
argv
[
1
]
)
!=
0
)
{
if
(
lutil_ato
i
(
version
,
argv
[
1
]
)
!=
0
)
{
Debug
(
LDAP_DEBUG_ANY
,
"%s: line %d: unable to parse version
\"
%s
\"
in
\"
protocol-version <version>
\"\n
"
,
fname
,
lineno
,
argv
[
1
]
);
...
...
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