From 9ccd2453b5a55c7bccae5de1e1022947c7ff889a Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Thu, 13 Dec 2012 16:57:32 +0100 Subject: [PATCH] ldif: Don't process the whole list of ldif fields, once one has been found matching. See: * http://permalink.gmane.org/gmane.comp.tools.abook.devel/40 --- filter.c | 1 + 1 file changed, 1 insertion(+) diff --git a/filter.c b/filter.c index 214a1f5..ff3e511 100644 --- a/filter.c +++ b/filter.c @@ -640,6 +640,7 @@ ldif_convert(ldif_item item, char *type, char *value) free(item_fget(item, i)); item_fput(item, i, xstrdup(value)); + break; } } } -- 2.39.2