diff options
author | Jeremy Allison <jra@samba.org> | 2000-06-29 00:52:40 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-06-29 00:52:40 +0000 |
commit | 774b06ee212ee764fb2e17c1f366d0de552c07cc (patch) | |
tree | 2fbe91f19a15052415c022e4a7d6d56dbbbf3775 /source3/printing | |
parent | 8980d53e7ccd85769357c45183b8670123489fb5 (diff) | |
download | samba-774b06ee212ee764fb2e17c1f366d0de552c07cc.tar.gz samba-774b06ee212ee764fb2e17c1f366d0de552c07cc.tar.xz samba-774b06ee212ee764fb2e17c1f366d0de552c07cc.zip |
Tidy up current spool code - added some JRATEST ifdefs to allow
experimentation with what is making spoolss.exe crash - may be removed
later.
Jeremy.
(This used to be commit f3fe384dc39ce49c639a7adf35179a50cb86abf0)
Diffstat (limited to 'source3/printing')
-rw-r--r-- | source3/printing/nt_printing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c index 30743a4113b..d599d167ecc 100644 --- a/source3/printing/nt_printing.c +++ b/source3/printing/nt_printing.c @@ -1115,7 +1115,7 @@ static uint32 get_a_printer_2(NT_PRINTER_INFO_LEVEL_2 **info_ptr, fstring sharen len += unpack_devicemode(&info.devmode,dbuf.dptr+len, dbuf.dsize-len); len += unpack_specifics(&info.specific,dbuf.dptr+len, dbuf.dsize-len); -#if 0 /* JRATEST */ +#if 1 /* JRATEST */ nt_printing_getsec(sharename, &info.secdesc_buf); #endif /* JRATEST */ |