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

r20423: Fix debug output

(This used to be commit 6afc394d93)
This commit is contained in:
Volker Lendecke 2006-12-30 17:53:28 +00:00 committed by Gerald (Jerry) Carter
parent d2e91a1198
commit 785e684983

View File

@ -1539,7 +1539,7 @@ static BOOL torture_samba3_errorpaths(struct torture_context *tctx)
if (!NT_STATUS_EQUAL(status,
NT_STATUS_DOS(ERRDOS, ERRrename))) {
torture_comment(tctx, "(%s) incorrect status %s "
"should be ERRDOS:ERRnoaccess\n",
"should be ERRDOS:ERRrename\n",
__location__, nt_errstr(status));
goto fail;
}