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
0bb807f4
Commit
0bb807f4
authored
Jul 15, 2003
by
Pierangelo Masarati
Browse files
fix format (ITS
#2640
?)
parent
c996265b
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-sql/search.c
View file @
0bb807f4
...
...
@@ -969,7 +969,7 @@ backsql_oc_get_candidates( void *v_oc, void *v_bsi )
return
BACKSQL_CONTINUE
;
}
Debug
(
LDAP_DEBUG_TRACE
,
"(one)id: '%
s
'
\n
"
,
base_id
.
id
,
Debug
(
LDAP_DEBUG_TRACE
,
"(one)id: '%
lu
'
\n
"
,
base_id
.
id
,
0
,
0
);
rc
=
backsql_BindParamID
(
sth
,
2
,
&
base_id
.
id
);
...
...
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