1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

talloc/testsuite: fix compiler warnings

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Tue Jan 10 13:31:33 CET 2012 on sn-devel-104
This commit is contained in:
Stefan Metzmacher 2012-01-04 12:57:10 +01:00
parent a8441f933e
commit 91ffcdd5a9

View File

@ -1315,7 +1315,8 @@ static bool test_rusty(void)
static bool test_free_children(void)
{
void *root;
const char *p1, *p2, *name, *name2;
char *p1, *p2;
const char *name, *name2;
talloc_enable_null_tracking();
root = talloc_new(NULL);