This bug was introduced in 5fc7d7e. No backport to 1.5 needed.

Signed-off-by: Nenad Merdanovic <nmer...@anine.io>
---
 src/payload.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/payload.c b/src/payload.c
index 78f5608..852727a 100644
--- a/src/payload.c
+++ b/src/payload.c
@@ -161,6 +161,7 @@ smp_fetch_req_ssl_ec_ext(const struct arg *args, struct 
sample *smp, const char
                if (ext_type == 10) {
                        smp->type = SMP_T_BOOL;
                        smp->data.uint = 1;
+                       smp->flags = SMP_F_VOLATILE;
                        return 1;
                }
 
-- 
2.1.4


Reply via email to