1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-07 01:58:28 +03:00

r22365: prepare merge to samba3

metze
This commit is contained in:
Stefan Metzmacher 2007-04-19 09:08:30 +00:00 committed by Gerald (Jerry) Carter
parent a21a86543f
commit 6780c23427

View File

@ -1012,7 +1012,7 @@ static bool test_talloc_ptrtype(void)
static bool test_autofree(void)
{
#ifndef _SAMBA_BUILD_
#if _SAMBA_BUILD_ < 4
/* autofree test would kill smbtorture */
void *p;
printf("test: autofree [\nTALLOC AUTOFREE CONTEXT\n]\n");
@ -1064,7 +1064,7 @@ bool torture_local_talloc(struct torture_context *tctx)
return ret;
}
#ifndef _SAMBA_BUILD_
#if _SAMBA_BUILD_ < 4
int main(void)
{
bool ret = torture_local_talloc(NULL);