RE: Global Gaming Expo - G2E

2021-09-16 Thread Anne Frank


Hi,

Did you receive my previous email?

I will be happy to send more details for your review.

Thanks,
Anne

From: Anne Frank
Sent: Friday, August 20, 2021 4:40 PM
To: haproxy@formilux.org
Subject: RE: Global Gaming Expo - G2E






Hi - To make sure my emails are reaching your inbox



Shall I get back with Cost Details for your review to make a decision?



Cheers,

Anne



From: Anne Frank
Sent: Tuesday, August 17, 2021 1:24 PM
To: haproxy@formilux.org
Subject: Global Gaming Expo - G2E



Hi,



I believe you are the best person to speak with regarding the Global Gaming 
Expo - G2E 2021 Attendees Database.



Target Audience:- Bingo Halls, Casino Operation Professionals, Consultants, 
Esports, Finance, Food & Beverage, Game Developers, iGaming, Lottery, 
Marketing, Regulatory, Security, Sports Agencies, Sports Betting, Sports 
Leagues and Teams, Non-US Land-based or Lottery..



Do you want me to send counts and detail regarding the costs for your review?



Thanks,

Anne Frank - Marketing Team






[PATCH 2/2] CLEANUP: Remove unreachable `break` from parse_time_err()

2021-09-16 Thread Tim Duesterhus
The `return` already leaves the function.
---
 src/tools.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/tools.c b/src/tools.c
index 76a0cd7f1..91b2acad8 100644
--- a/src/tools.c
+++ b/src/tools.c
@@ -2432,7 +2432,6 @@ const char *parse_time_err(const char *text, unsigned 
*ret, unsigned unit_flags)
break;
default:
return text;
-   break;
}
if (*(++text) != '\0') {
ha_warning("unexpected character '%c' after the timer value 
'%s', only "
-- 
2.33.0




[PATCH 1/2] CLEANUP: Include check.h in flt_spoe.c

2021-09-16 Thread Tim Duesterhus
This is required for the prototype of spoe_prepare_healthcheck_request().
---
 src/flt_spoe.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/flt_spoe.c b/src/flt_spoe.c
index 28a5a24f8..aeb68c889 100644
--- a/src/flt_spoe.c
+++ b/src/flt_spoe.c
@@ -17,6 +17,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
-- 
2.33.0