1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-24 02:04:21 +03:00

r16851: Put a clue in as to which domain might have failed, due to the length

of this test.

Andrew Bartlett
(This used to be commit b4d75f01d9cb2d1c9d5facfd5eb39c8a062886d4)
This commit is contained in:
Andrew Bartlett 2006-07-07 02:36:54 +00:00 committed by Gerald (Jerry) Carter
parent 90b744247f
commit 5768d1298f

View File

@ -3283,6 +3283,10 @@ static BOOL test_OpenDomain(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx,
/* reconnect the main handle */
ret &= test_Connect(p, mem_ctx, handle);
if (!ret) {
printf("Testing domain %s failed!\n", dom_sid_string(mem_ctx, sid));
}
return ret;
}