mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
278eb236ae
263/386] Compiling ctdb/server/ctdb_recovery_helper.c In file included from ../../server/ctdb_recovery_helper.c:24:0: ../../server/ctdb_recovery_helper.c: In function ‘main’: ../../../lib/talloc/talloc.h:911:34: error: ‘mem_ctx’ may be used uninitialized in this function [-Werror=maybe-uninitialized] #define TALLOC_FREE(ctx) do { if (ctx != NULL) { talloc_free(ctx); ctx=NULL; } } while(0) Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Jeremy Allison <jra@samba.org>