From d0faa35d1132891d0652eb2d7715322d145f5e9e Mon Sep 17 00:00:00 2001 From: Rob Swindell <rob@synchro.net> Date: Sun, 25 Oct 2020 23:27:25 -0700 Subject: [PATCH] =?UTF-8?q?Address=20warning:=20type=20defaults=20to=20?= =?UTF-8?q?=E2=80=98int=E2=80=99=20in=20declaration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sbbs3/mailsrvr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/mailsrvr.c b/src/sbbs3/mailsrvr.c index a9a41f0fd4..5d328a4488 100644 --- a/src/sbbs3/mailsrvr.c +++ b/src/sbbs3/mailsrvr.c @@ -108,7 +108,7 @@ static int mailproc_count; static js_server_props_t js_server_props; static link_list_t current_logins; static link_list_t current_connections; -static savemsg_mutex_created = false; +static bool savemsg_mutex_created = false; static pthread_mutex_t savemsg_mutex; static const char* servprot_smtp = "SMTP"; -- GitLab