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
42524184
Commit
42524184
authored
Oct 17, 2007
by
Quanah Gibson-Mount
Browse files
Update last change: lutil_atoul() -> lutil_atou() for csnsid.
parent
49cb2d78
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/slapcommon.c
View file @
42524184
...
...
@@ -385,7 +385,7 @@ slap_tool_init(
break
;
case
'S'
:
if
(
lutil_atou
l
(
&
csnsid
,
optarg
)
if
(
lutil_atou
(
&
csnsid
,
optarg
)
||
csnsid
>
SLAP_SYNC_SID_MAX
)
{
usage
(
tool
,
progname
);
...
...
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