From a7de52f40cc625c6f0e714f889dfddabc2968269 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 24 Jun 2016 16:07:50 +0100 Subject: [PATCH] [Minor] Propagate fuzzy server error to a client --- src/plugins/fuzzy_check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c index 76a443f88e..595df53fc8 100644 --- a/src/plugins/fuzzy_check.c +++ b/src/plugins/fuzzy_check.c @@ -1789,7 +1789,7 @@ fuzzy_controller_io_callback (gint fd, short what, void *arg) if (*(session->err) == NULL) { g_set_error (session->err, g_quark_from_static_string ("fuzzy check"), - EINVAL, "process fuzzy error"); + rep->value, "process fuzzy error"); } ret = return_finished; } -- 2.47.3