Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Robert Dubner
OpenLDAP
Commits
1c7a4f1e
Commit
1c7a4f1e
authored
Aug 26, 2020
by
Quanah Gibson-Mount
Browse files
Fix missing getopt check for the argument "N"
parent
ae9d44f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/progs/slapd-mtread.c
View file @
1c7a4f1e
...
...
@@ -185,7 +185,7 @@ main( int argc, char **argv )
/* by default, tolerate referrals and no such object */
tester_ignore_str2errlist
(
"REFERRAL,NO_SUCH_OBJECT"
);
while
(
(
i
=
getopt
(
argc
,
argv
,
"ACc:D:e:Ff:H:h:i:L:l:M:m:p:r:t:T:w:v"
))
!=
EOF
)
{
while
(
(
i
=
getopt
(
argc
,
argv
,
"ACc:D:e:Ff:H:h:i:L:l:M:m:
N
p:r:t:T:w:v"
))
!=
EOF
)
{
switch
(
i
)
{
case
'A'
:
noattrs
++
;
...
...
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