From ad2e6b3a4a5afd9ce7d6020e348e6aab8f515b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= Date: Tue, 28 Jan 2020 12:16:59 +0000 Subject: [PATCH] ITS#8983 Fix compiler warning --- clients/tools/common.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clients/tools/common.c b/clients/tools/common.c index f5c5981df7..67088ebfec 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -2216,6 +2216,8 @@ print_psearch( LDAP *ld, LDAPControl *ctrl ) tool_write_ldif( ldif ? LDIF_PUT_COMMENT : LDIF_PUT_VALUE, ldif ? "persistentSearch: " : "persistentSearch", buf, len ); } + + return rc; } static int