svn commit: samba r10202 - in trunk/source/client: .

jra at samba.org jra at samba.org
Tue Sep 13 15:37:36 GMT 2005


Author: jra
Date: 2005-09-13 15:37:36 +0000 (Tue, 13 Sep 2005)
New Revision: 10202

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

Log:
Fix stupid typo spotted by Metze :-).
Jeremy.

Modified:
   trunk/source/client/smbspool.c


Changeset:
Modified: trunk/source/client/smbspool.c
===================================================================
--- trunk/source/client/smbspool.c	2005-09-13 13:36:24 UTC (rev 10201)
+++ trunk/source/client/smbspool.c	2005-09-13 15:37:36 UTC (rev 10202)
@@ -70,7 +70,7 @@
   FILE		*fp;		/* File to print */
   int		status=0;		/* Status of LPD job */
   struct cli_state *cli;	/* SMB interface */
-  char null_str[0];
+  char null_str[1];
 
   null_str[0] = '\0';
 



More information about the samba-cvs mailing list