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
cde6f260
Commit
cde6f260
authored
Apr 19, 2010
by
Quanah Gibson-Mount
Browse files
more cleanup
parent
1e68c2c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/config.c
View file @
cde6f260
...
...
@@ -1572,26 +1572,6 @@ slap_cf_aux_table_unparse( void *src, struct berval *bv, slap_cf_aux_table *tab0
}
break
;
case
'x'
:
*
ptr
++
=
' '
;
ptr
=
lutil_strcopy
(
ptr
,
tab
->
key
.
bv_val
);
if
(
tab
->
quote
)
*
ptr
++
=
'"'
;
if
(
tab
->
aux
!=
NULL
)
{
struct
berval
value
;
slap_cf_aux_table_parse_x
*
func
=
(
slap_cf_aux_table_parse_x
*
)
tab
->
aux
;
int
rc
;
value
.
bv_val
=
ptr
;
value
.
bv_len
=
buf
+
sizeof
(
buf
)
-
ptr
;
rc
=
func
(
&
value
,
(
void
*
)((
char
*
)
src
+
tab
->
off
),
tab
,
"(unparse)"
,
1
);
if
(
rc
==
0
)
{
ptr
+=
value
.
bv_len
;
}
}
if
(
tab
->
quote
)
*
ptr
++
=
'"'
;
break
;
default:
assert
(
0
);
}
...
...
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