From 4d63f86ea1db35b7b3d4bafcc0dcb22f1c82465a Mon Sep 17 00:00:00 2001
From: Quanah Gibson-Mount <quanah@openldap.org>
Date: Sat, 27 Sep 2008 00:23:05 +0000
Subject: [PATCH] Avoid "label at end of compound statement" error of newer gcc

---
 libraries/libldap/result.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libraries/libldap/result.c b/libraries/libldap/result.c
index 25ed78904c..07c3f5be7c 100644
--- a/libraries/libldap/result.c
+++ b/libraries/libldap/result.c
@@ -648,6 +648,7 @@ retry_ber:
 			ber_scanf(ber, "x{");
 		}
 nextresp2:
+		;
 #endif
 	}
 
-- 
GitLab