summaryrefslogtreecommitdiff
path: root/examples/libsmbclient
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2003-03-28 21:12:11 +0000
committerRichard Sharpe <sharpe@samba.org>2003-03-28 21:12:11 +0000
commit60cf0f28ce3ebb21511330a0b14a6b2a42b47be0 (patch)
tree95d255a02ddeba92181bfea2f08339f1d74447e5 /examples/libsmbclient
parent250b5f83e94619037063dc2996526d76974e8262 (diff)
downloadsamba-60cf0f28ce3ebb21511330a0b14a6b2a42b47be0.tar.gz
samba-60cf0f28ce3ebb21511330a0b14a6b2a42b47be0.tar.bz2
samba-60cf0f28ce3ebb21511330a0b14a6b2a42b47be0.zip
Fix some uncleanness with testsmbc.c
(This used to be commit 73ef6d35bbadc3ea549309119857effe3c1bc7ef)
Diffstat (limited to 'examples/libsmbclient')
-rw-r--r--examples/libsmbclient/testsmbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/libsmbclient/testsmbc.c b/examples/libsmbclient/testsmbc.c
index 888a9c0d4f..9af845a5ea 100644
--- a/examples/libsmbclient/testsmbc.c
+++ b/examples/libsmbclient/testsmbc.c
@@ -103,7 +103,7 @@ int main(int argc, char *argv[])
}
- fprintf(stdout, "Directory handles: %u, %u, %u\n", dh1, dh2, dh3);
+ fprintf(stdout, "Directory handles: %u\n", dh1);
/* Now, list those directories, but in funny ways ... */