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
c5ea2bb0
Commit
c5ea2bb0
authored
Jan 28, 2020
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
Jan 28, 2020
Browse files
ITS#9145 Fix type signature
parent
5a644bf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
clients/tools/common.c
View file @
c5ea2bb0
...
...
@@ -1877,7 +1877,7 @@ int
tool_check_abandon
(
LDAP
*
ld
,
int
msgid
)
{
int
rc
;
LDAPControl
sctrls
[
1
]
=
{
NULL
};
LDAPControl
*
sctrls
[
1
]
=
{
NULL
};
switch
(
gotintr
)
{
case
Intr_Cancel
:
...
...
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