From c5ea2bb01a13af1b2bba6dca0208409c03a05d65 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= Date: Tue, 28 Jan 2020 12:10:43 +0000 Subject: [PATCH] ITS#9145 Fix type signature --- clients/tools/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/tools/common.c b/clients/tools/common.c index 0e1243e9a5..3592e6fabc 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -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: -- 2.47.2