Imported Upstream version 4.0.0+dfsg1
[abartlet/samba-debian.git] / examples / libsmbclient / testchmod.c
index 774daaed5968fc3c9e80829e2cb30ef7f6d1d986..44731466c2d2aad654045b593f95f5cd95b2dd0f 100644 (file)
@@ -8,11 +8,9 @@
 
 int main(int argc, char * argv[]) 
 { 
-    int             ret;
     int             debug = 0;
     int             mode = 0666;
-    char            buffer[16384]; 
-    char *          pSmbPath = NULL;
+    const char *          pSmbPath = NULL;
     struct stat     st; 
     
     if (argc == 1)