diff options
author | Tim Potter <tpot@samba.org> | 2002-04-03 02:51:42 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-04-03 02:51:42 +0000 |
commit | 62946015c0b0f72dc33b7d19527c47db1fc5312b (patch) | |
tree | 8e7769aab7fc7a582d1915878985c4d7ea1805c1 /testsuite/libsmbclient/src/opendir | |
parent | f624d6f3aef760f16570e030966eb4dc07fd81ec (diff) | |
download | samba-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/opendir')
-rw-r--r-- | testsuite/libsmbclient/src/opendir/opendir_1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/libsmbclient/src/opendir/opendir_1.c b/testsuite/libsmbclient/src/opendir/opendir_1.c index e839b99cd1..1bd01b5fee 100644 --- a/testsuite/libsmbclient/src/opendir/opendir_1.c +++ b/testsuite/libsmbclient/src/opendir/opendir_1.c @@ -45,7 +45,7 @@ int main(int argc, char** argv) smbc_init(auth_fn, 0); dh = smbc_opendir(url); - //printf("directory handle: %i\n",dh); + /* printf("directory handle: %i\n",dh); */ if ( dh < 0 ) err = 1; |