summaryrefslogtreecommitdiff
path: root/testsuite/libsmbclient/src/fstat
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-04-03 02:51:42 +0000
committerTim Potter <tpot@samba.org>2002-04-03 02:51:42 +0000
commit62946015c0b0f72dc33b7d19527c47db1fc5312b (patch)
tree8e7769aab7fc7a582d1915878985c4d7ea1805c1 /testsuite/libsmbclient/src/fstat
parentf624d6f3aef760f16570e030966eb4dc07fd81ec (diff)
downloadsamba-62946015c0b0f72dc33b7d19527c47db1fc5312b.tar.gz
samba-62946015c0b0f72dc33b7d19527c47db1fc5312b.tar.bz2
samba-62946015c0b0f72dc33b7d19527c47db1fc5312b.zip
Fixed C++ comments.
(This used to be commit ca56042c032e95ff3e1e40ae9e89a0b847d83081)
Diffstat (limited to 'testsuite/libsmbclient/src/fstat')
-rw-r--r--testsuite/libsmbclient/src/fstat/fstat_6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/libsmbclient/src/fstat/fstat_6.c b/testsuite/libsmbclient/src/fstat/fstat_6.c
index a570c0adbc..8a38e5be34 100644
--- a/testsuite/libsmbclient/src/fstat/fstat_6.c
+++ b/testsuite/libsmbclient/src/fstat/fstat_6.c
@@ -63,7 +63,7 @@ int main(int argc, char** argv)
smbc_close(fd);
free(message);
- mode_mask = mode_mask | S_IFREG | S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; //0666 or 33206
+ mode_mask = mode_mask | S_IFREG | S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; /* 0666 or 33206 */
if ( st.st_mode != mode_mask )
err = 1;