summaryrefslogtreecommitdiffstats
path: root/server/tests/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/common.c')
-rw-r--r--server/tests/common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/common.c b/server/tests/common.c
index dad9dc66b..50dc61b16 100644
--- a/server/tests/common.c
+++ b/server/tests/common.c
@@ -29,6 +29,8 @@
#include "util/dlinklist.h"
#include "util/util.h"
+TALLOC_CTX *global_talloc_context = NULL;
+
struct size_snapshot {
struct size_snapshot *prev;
struct size_snapshot *next;