1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

lib/util: Fix building with FORTIFY_SOURCE=2

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-09-28 16:39:07 +13:00 committed by Joseph Sutton
parent a77b90d808
commit 1f92b5f150

View File

@ -1291,7 +1291,7 @@ bool reopen_logs_internal(void)
struct debug_backend *b = NULL;
mode_t oldumask;
size_t i;
bool ok;
bool ok = true;
if (state.reopening_logs) {
return true;