svn commit: samba r5685 - in branches/SAMBA_3_0/source/include: .

jerry at samba.org jerry at samba.org
Mon Mar 7 23:24:19 GMT 2005


Author: jerry
Date: 2005-03-07 23:24:19 +0000 (Mon, 07 Mar 2005)
New Revision: 5685

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

Log:
BUG 1881: only define PRINT_SPOOL_PREFIX if it is not already defined
Modified:
   branches/SAMBA_3_0/source/include/printing.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/printing.h
===================================================================
--- branches/SAMBA_3_0/source/include/printing.h	2005-03-07 22:10:27 UTC (rev 5684)
+++ branches/SAMBA_3_0/source/include/printing.h	2005-03-07 23:24:19 UTC (rev 5685)
@@ -75,7 +75,9 @@
 
 #define MAX_CACHE_VALID_TIME 3600
 
+#ifndef PRINT_SPOOL_PREFIX
 #define PRINT_SPOOL_PREFIX "smbprn."
+#endif
 #define PRINT_DATABASE_VERSION 5
 
 /* There can be this many printing tdb's open, plus any locked ones. */



More information about the samba-cvs mailing list