From a9896e87f4a326fe553c61a25bb0d870c0ebf8be Mon Sep 17 00:00:00 2001 From: =?UTF-8?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 6c85e8a133..f5c5981df7 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -2005,7 +2005,7 @@ int tool_check_abandon( LDAP *ld, int msgid ) { int rc; - LDAPControl sctrls[1] = { NULL }; + LDAPControl *sctrls[1] = { NULL }; switch ( gotintr ) { case Intr_Cancel: