1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Fix some uncleanness with testsmbc.c

(This used to be commit 73ef6d35bb)
This commit is contained in:
Richard Sharpe 2003-03-28 21:12:11 +00:00
parent 250b5f83e9
commit 60cf0f28ce

View File

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