1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3:printing: remove double PRINT_SPOOL_PREFIX define

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>
This commit is contained in:
Stefan Metzmacher 2016-12-19 23:04:17 +01:00 committed by Andreas Schneider
parent 1aa765d344
commit 9b3937704d

View 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,