svn commit: samba r10590 - in branches/SAMBA_3_0/source/client: .

jerry at samba.org jerry at samba.org
Wed Sep 28 21:26:05 GMT 2005


Author: jerry
Date: 2005-09-28 21:26:04 +0000 (Wed, 28 Sep 2005)
New Revision: 10590

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

Log:
merging lost fix from the release branch
Modified:
   branches/SAMBA_3_0/source/client/smbspool.c


Changeset:
Modified: branches/SAMBA_3_0/source/client/smbspool.c
===================================================================
--- branches/SAMBA_3_0/source/client/smbspool.c	2005-09-28 21:23:58 UTC (rev 10589)
+++ branches/SAMBA_3_0/source/client/smbspool.c	2005-09-28 21:26:04 UTC (rev 10590)
@@ -335,8 +335,10 @@
 
   if ( ticket_file == NULL )
   {
+#ifdef DEVELOPER
     /* no ticket cache found */
     fprintf(stderr, "ERROR: No ticket cache found for userid=%d\n", uid);
+#endif
     return NULL;
   }
 



More information about the samba-cvs mailing list