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:
parent
a77b90d808
commit
1f92b5f150
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user