s3:printing: remove double PRINT_SPOOL_PREFIX define
authorStefan Metzmacher <metze@samba.org>
Mon, 19 Dec 2016 22:04:17 +0000 (23:04 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 21 Dec 2016 17:35:12 +0000 (18:35 +0100)
We already have this in source3/include/printing.h
which is also included in source3/printing/printspoolss.c

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/printing/printspoolss.c

index ebf6d39505f829d06a539266d6f957dd7e6fc3f7..e92f4613ba5761aa3b22a7091f3b8ca119a5fc6f 100644 (file)
@@ -52,9 +52,6 @@ void print_spool_terminate(struct connection_struct *conn,
  ***************************************************************************/
 
 #define DOCNAME_DEFAULT "Remote Downlevel Document"
-#ifndef PRINT_SPOOL_PREFIX
-#define PRINT_SPOOL_PREFIX "smbprn."
-#endif
 
 NTSTATUS print_spool_open(files_struct *fsp,
                          const char *fname,