1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

examples/testsmbc.c - remove unused variables

Signed-off-by: Andrew Tridgell <tridge@samba.org>
This commit is contained in:
Matthias Dieter Wallnöfer
2012-02-20 09:37:39 +01:00
committed by Andrew Tridgell
parent e673afada1
commit 2522712994

View File

@ -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 ... */