Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
9eee2b8d
Commit
9eee2b8d
authored
Dec 20, 2004
by
Sang Seok Lim
Browse files
code cleanup
parent
28a96758
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/slapd-modules/comp_match/init.c
View file @
9eee2b8d
...
...
@@ -133,10 +133,6 @@ init_component_description_table () {
Syntax
*
syn
;
for
(
id
=
BASICTYPE_BOOLEAN
;
id
!=
ASNTYPE_END
;
id
++
)
{
#if 0
asntype_to_compType_mapping_tbl[id].ac_comp_type.ct_atype;
asntype_to_compType_mapping_tbl[id].ac_comp_type.ct_cname = {0,NULL};
#endif
asntype_to_compType_mapping_tbl
[
id
].
ac_comp_type
.
ct_subtypes
=
NULL
;
asntype_to_compType_mapping_tbl
[
id
].
ac_comp_type
.
ct_syntax
=
NULL
;
...
...
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