From be5e595da7beb355d385c6a9d96fdd1dad569e61 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 17 Feb 2015 14:56:31 -0800 Subject: [PATCH] Make it a bit more like the way it was before all these changes. Change-Id: I9fc0ef50574a7e068c32e3f6ffeb3634df9474d4 Reviewed-on: https://code.wireshark.org/review/7212 Reviewed-by: Guy Harris --- epan/dfilter/dfilter-macro.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epan/dfilter/dfilter-macro.c b/epan/dfilter/dfilter-macro.c index 82d430838b..729eb6cf69 100644 --- a/epan/dfilter/dfilter-macro.c +++ b/epan/dfilter/dfilter-macro.c @@ -412,10 +412,10 @@ static void macro_update(void* mp, gchar** error) { gchar* part; int argc = 0; - *error = NULL; - DUMP_MACRO(m); + *error = NULL; + /* Invalidate the display filter in case it's in use */ if (dfilter_macro_uat && dfilter_macro_uat->post_update_cb) dfilter_macro_uat->post_update_cb();