From 25227129943420558476799a71a0e27647cf8d86 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Matthias=20Dieter=20Walln=C3=B6fer?= Date: Mon, 20 Feb 2012 09:37:39 +0100 Subject: [PATCH] examples/testsmbc.c - remove unused variables Signed-off-by: Andrew Tridgell --- examples/libsmbclient/testsmbc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/libsmbclient/testsmbc.c b/examples/libsmbclient/testsmbc.c index de42428c2b0..9f6acacb39c 100644 --- a/examples/libsmbclient/testsmbc.c +++ b/examples/libsmbclient/testsmbc.c @@ -47,7 +47,7 @@ void print_list_fn(struct print_job_info *pji) int main(int argc, char *argv[]) { - int err, fd, dh1, dh2, dh3, dsize, dirc; + int err, fd, dh1, dsize, dirc; const char *file = "smb://samba/public/testfile.txt"; const char *file2 = "smb://samba/public/testfile2.txt"; char buff[256]; @@ -74,7 +74,7 @@ int main(int argc, char *argv[]) } - fprintf(stdout, "Directory handles: %u, %u, %u\n", dh1, dh2, dh3); + fprintf(stdout, "Directory handle: %u\n", dh1); /* Now, list those directories, but in funny ways ... */ -- 2.34.1