Quantcast
Channel: Serverphorums.com - HAProxy
Viewing all articles
Browse latest Browse all 5112

[PATCH] BUG/MINOR: payload: Add volatile flag to smp_fetch_req_ssl_ec_ext (no replies)

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

Signed-off-by: Nenad Merdanovic <nmerdan@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

Viewing all articles
Browse latest Browse all 5112

Trending Articles