From 10fdc9ad682d2871c7e89c20690f038a94808b13 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 8 Oct 2011 07:23:00 +0200 Subject: s4:torture/smb2: avoid '//' comments The compiler on openindiana doesn't like them. metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Sat Oct 8 08:56:10 CEST 2011 on sn-devel-104 --- source4/torture/smb2/compound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/torture/smb2/compound.c b/source4/torture/smb2/compound.c index 59ed9b1e61..c40c71dc1d 100644 --- a/source4/torture/smb2/compound.c +++ b/source4/torture/smb2/compound.c @@ -578,7 +578,7 @@ static bool test_compound_interim2(struct torture_context *tctx, ZERO_STRUCT(gf); gf.in.file.handle = hd; gf.in.info_type = SMB2_GETINFO_FILE; - gf.in.info_class = 0x04; // FILE_BASIC_INFORMATION + gf.in.info_class = 0x04; /* FILE_BASIC_INFORMATION */ gf.in.output_buffer_length = 0x1000; gf.in.input_buffer_length = 0; -- cgit