Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
1f400adc
Commit
1f400adc
authored
Apr 15, 2003
by
Pierangelo Masarati
Browse files
honor attributes request
parent
1fa756cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-sql/other.c
View file @
1f400adc
...
...
@@ -152,15 +152,15 @@ backsql_operational(
break
;
default:
Debug
(
LDAP_DEBUG_TRACE
,
"backsql_operational(): "
"has_children failed( %d)
\n
"
,
rc
,
0
,
0
);
Debug
(
LDAP_DEBUG_TRACE
,
"backsql_operational(): "
"has_children failed( %d)
\n
"
,
rc
,
0
,
0
);
rc
=
1
;
break
;
}
}
Debug
(
LDAP_DEBUG_TRACE
,
"<==backsql_operational()
\n
"
,
0
,
0
,
0
);
return
rc
;
}
...
...
servers/slapd/back-sql/search.c
View file @
1f400adc
...
...
@@ -1268,8 +1268,11 @@ backsql_search( Operation *op, SlapReply *rs )
sres = 0;
} else {
#endif
rs
->
sr_attrs
=
op
->
oq_search
.
rs_attrs
;
rs
->
sr_entry
=
entry
;
sres
=
send_search_entry
(
op
,
rs
);
rs
->
sr_entry
=
NULL
;
rs
->
sr_attrs
=
NULL
;
#if 0
}
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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