torture:smb2: improve torture_comments in connect test
authorMichael Adam <obnox@samba.org>
Mon, 22 Feb 2016 23:27:11 +0000 (00:27 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 23 Feb 2016 03:50:53 +0000 (04:50 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Feb 23 04:50:53 CET 2016 on sn-devel-144

source4/torture/smb2/connect.c

index e3716be2113e853aaa6c5c4e7cab5c12e5eb73aa..6340430d95aad89ba114634743ec012b900eebcc 100644 (file)
@@ -90,7 +90,7 @@ static NTSTATUS torture_smb2_write(struct torture_context *tctx, struct smb2_tre
 
        status = smb2_write(tree, &w);
        if (!NT_STATUS_IS_OK(status)) {
-               printf("write failed - %s\n", nt_errstr(status));
+               printf("write failed - %s\n", nt_errstr(status));
                return status;
        }
 
@@ -98,7 +98,7 @@ static NTSTATUS torture_smb2_write(struct torture_context *tctx, struct smb2_tre
 
        status = smb2_write(tree, &w);
        if (!NT_STATUS_IS_OK(status)) {
-               printf("write failed - %s\n", nt_errstr(status));
+               printf("write failed - %s\n", nt_errstr(status));
                return status;
        }