diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-10-08 07:23:00 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-10-08 08:56:10 +0200 |
commit | 10fdc9ad682d2871c7e89c20690f038a94808b13 (patch) | |
tree | f54821f2914062aa7abcd91ef6823fb71440ac69 /source4 | |
parent | 627f930100ffb2c4d04ef6cf7a3638677f3abb02 (diff) | |
download | samba-10fdc9ad682d2871c7e89c20690f038a94808b13.tar.gz samba-10fdc9ad682d2871c7e89c20690f038a94808b13.tar.bz2 samba-10fdc9ad682d2871c7e89c20690f038a94808b13.zip |
s4:torture/smb2: avoid '//' comments
The compiler on openindiana doesn't like them.
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sat Oct 8 08:56:10 CEST 2011 on sn-devel-104
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/smb2/compound.c | 2 |
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; |