mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +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;
|
struct debug_backend *b = NULL;
|
||||||
mode_t oldumask;
|
mode_t oldumask;
|
||||||
size_t i;
|
size_t i;
|
||||||
bool ok;
|
bool ok = true;
|
||||||
|
|
||||||
if (state.reopening_logs) {
|
if (state.reopening_logs) {
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user