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
904ba0d3
Commit
904ba0d3
authored
Dec 10, 2009
by
Hallvard Furuseth
Browse files
Fix rev 1.403 (ITS#6428): C90 does not accept mixed declarations and code
parent
8133ec8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/bconfig.c
View file @
904ba0d3
...
...
@@ -2256,11 +2256,12 @@ ok:
* the other databases as needed */
AttributeDescription
*
ad
=
NULL
;
const
char
*
text
=
NULL
;
CfEntryInfo
*
ce
=
c
->
ca_entry
->
e_private
;
slap_str2ad
(
c
->
argv
[
0
],
&
ad
,
&
text
);
/* if we got here... */
assert
(
ad
!=
NULL
);
CfEntryInfo
*
ce
=
c
->
ca_entry
->
e_private
;
if
(
ce
->
ce_type
==
Cft_Global
){
ce
=
ce
->
ce_kids
;
}
...
...
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