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
582ee967
Commit
582ee967
authored
Apr 04, 2006
by
Pierangelo Masarati
Browse files
silence warning
parent
674c98fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/progs/slapd-bind.c
View file @
582ee967
...
...
@@ -347,7 +347,7 @@ do_base( char *uri, struct berval *base, struct berval *pass, int maxloop,
char
dn
[
BUFSIZ
],
*
ptr
;
int
j
,
k
;
for
(
k
=
0
;
k
<
nrdns
;
k
++
)
{
for
(
j
=
0
,
k
=
0
;
k
<
nrdns
;
k
++
)
{
j
=
rand
()
%
nrdns
;
if
(
base
->
bv_len
+
rdns
[
j
].
bv_len
<
sizeof
(
dn
)
)
{
break
;
...
...
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