Fix some uncleanness with testsmbc.c
authorRichard Sharpe <sharpe@samba.org>
Fri, 28 Mar 2003 21:12:11 +0000 (21:12 +0000)
committerRichard Sharpe <sharpe@samba.org>
Fri, 28 Mar 2003 21:12:11 +0000 (21:12 +0000)
examples/libsmbclient/testsmbc.c

index 888a9c0d4f9e26fb23dced9088bc6eaf5e7be343..9af845a5eaba78355343f452647eb6333624a968 100644 (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 ... */