svn commit: samba r6157 - in branches/SAMBA_3_0/examples/libsmbclient: .

derrell at samba.org derrell at samba.org
Thu Mar 31 21:17:36 GMT 2005


Author: derrell
Date: 2005-03-31 21:17:36 +0000 (Thu, 31 Mar 2005)
New Revision: 6157

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6157

Log:
'editorial changes' to example code
Modified:
   branches/SAMBA_3_0/examples/libsmbclient/teststat.c


Changeset:
Modified: branches/SAMBA_3_0/examples/libsmbclient/teststat.c
===================================================================
--- branches/SAMBA_3_0/examples/libsmbclient/teststat.c	2005-03-31 21:16:20 UTC (rev 6156)
+++ branches/SAMBA_3_0/examples/libsmbclient/teststat.c	2005-03-31 21:17:36 UTC (rev 6157)
@@ -8,6 +8,7 @@
 
 int main(int argc, char * argv[]) 
 { 
+    int             debug = 0;
     char            buffer[16384]; 
     char            mtime[32];
     char            ctime[32];
@@ -39,7 +40,7 @@
         return 1;
     }
 
-    smbc_init(get_auth_data_fn, 0); 
+    smbc_init(get_auth_data_fn, debug); 
     
     if (smbc_stat(pSmbPath, &st) < 0)
     {



More information about the samba-cvs mailing list