From 8f88157dcecbecc149381b520c3724d5c080726e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 3 Jan 2002 07:42:15 +0000 Subject: Make a couple more of the warnings also be C comments (This used to be commit 8f343beae7455141ce6a5e27e46ed2970aed8e7f) --- source3/torture/torture.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/torture/torture.c') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index dcae941424..fbc17e0c6b 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -2926,7 +2926,7 @@ static BOOL run_error_map_extract(int dummy) { if (flgs2 & FLAGS2_32_BIT_ERROR_CODES) { nt_status = NT_STATUS(IVAL(c_nt.inbuf,smb_rcls)); } else { - printf("** Dos error on NT connection! (%s)\n", + printf("/** Dos error on NT connection! (%s)\n */", cli_errstr(&c_nt)); nt_status = NT_STATUS(0xc0000000); } @@ -2941,7 +2941,7 @@ static BOOL run_error_map_extract(int dummy) { /* Case #1: 32-bit NT errors */ if (flgs2 & FLAGS2_32_BIT_ERROR_CODES) { - printf("** NT error on DOS connection! (%s)\n", + printf("/** NT error on DOS connection! (%s)\n*/", cli_errstr(&c_nt)); errnum = errclass = 0; } else { -- cgit