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
ffc69ead
Commit
ffc69ead
authored
Apr 05, 2006
by
Pierangelo Masarati
Browse files
add missing "break" to previous commit
parent
b4586b2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/progs/slapd-read.c
View file @
ffc69ead
...
...
@@ -267,6 +267,7 @@ do_random( char *uri, char *manager, struct berval *passwd,
noattrs
,
1
,
maxretries
,
delay
,
force
,
chaserefs
);
}
break
;
default:
tester_ldap_error
(
ld
,
"ldap_search_ext_s"
);
...
...
tests/progs/slapd-search.c
View file @
ffc69ead
...
...
@@ -287,6 +287,7 @@ do_random( char *uri, char *manager, struct berval *passwd,
do_search
(
uri
,
manager
,
passwd
,
sbase
,
buf
,
&
ld
,
noattrs
,
1
,
maxretries
,
delay
,
force
,
chaserefs
);
}
break
;
default:
tester_ldap_error
(
ld
,
"ldap_search_ext_s"
);
...
...
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