Make a couple more of the warnings also be C comments
authorAndrew Bartlett <abartlet@samba.org>
Thu, 3 Jan 2002 07:42:15 +0000 (07:42 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 3 Jan 2002 07:42:15 +0000 (07:42 +0000)
source/torture/torture.c

index dcae9414240ad199128087be550269b47b6129f6..fbc17e0c6b5389ed34877222db7d53a6fdb88305 100644 (file)
@@ -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 {