Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Ng
OpenLDAP
Commits
3978748e
Commit
3978748e
authored
25 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Fix prototypes to use ber_int_t consistently.
parent
c59d1a34
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
servers/slapd/proto-slap.h
+3
-3
3 additions, 3 deletions
servers/slapd/proto-slap.h
servers/slapd/tools/mimic.c
+2
-2
2 additions, 2 deletions
servers/slapd/tools/mimic.c
with
5 additions
and
5 deletions
servers/slapd/proto-slap.h
+
3
−
3
View file @
3978748e
...
...
@@ -328,13 +328,13 @@ struct berval **get_entry_referrals LDAP_P((
void
send_ldap_result
LDAP_P
((
Connection
*
conn
,
Operation
*
op
,
in
t
err
,
const
char
*
matched
,
const
char
*
text
,
ber_int_
t
err
,
const
char
*
matched
,
const
char
*
text
,
struct
berval
**
refs
,
LDAPControl
**
ctrls
));
void
send_ldap_disconnect
LDAP_P
((
Connection
*
conn
,
Operation
*
op
,
in
t
err
,
const
char
*
text
));
ber_int_
t
err
,
const
char
*
text
));
void
send_ldap_extended
LDAP_P
((
Connection
*
conn
,
Operation
*
op
,
...
...
@@ -344,7 +344,7 @@ void send_ldap_extended LDAP_P((
void
send_search_result
LDAP_P
((
Connection
*
conn
,
Operation
*
op
,
in
t
err
,
const
char
*
matched
,
const
char
*
text
,
ber_int_
t
err
,
const
char
*
matched
,
const
char
*
text
,
struct
berval
**
refs
,
LDAPControl
**
ctrls
,
int
nentries
));
...
...
This diff is collapsed.
Click to expand it.
servers/slapd/tools/mimic.c
+
2
−
2
View file @
3978748e
...
...
@@ -43,7 +43,7 @@ void
send_ldap_result
(
Connection
*
conn
,
Operation
*
op
,
in
t
err
,
ber_int_
t
err
,
const
char
*
matched
,
const
char
*
text
,
struct
berval
**
refs
,
...
...
@@ -57,7 +57,7 @@ void
send_search_result
(
Connection
*
conn
,
Operation
*
op
,
in
t
err
,
ber_int_
t
err
,
const
char
*
matched
,
const
char
*
text
,
struct
berval
**
refs
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment