summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/smb2/compound.c2
1 files changed, 1 insertions, 1 deletions
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;