summaryrefslogtreecommitdiff
path: root/source3/printing
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-06-04 00:08:50 +0000
committerAndrew Tridgell <tridge@samba.org>2000-06-04 00:08:50 +0000
commit5a0d520723613be3d37dbeb9df9cdf0af99832bc (patch)
treeb86cd0b577c21debf7c95484b5be29e80f0a9528 /source3/printing
parentbca956d078a235396cb936a47f377c5ef2a6eaeb (diff)
downloadsamba-5a0d520723613be3d37dbeb9df9cdf0af99832bc.tar.gz
samba-5a0d520723613be3d37dbeb9df9cdf0af99832bc.tar.bz2
samba-5a0d520723613be3d37dbeb9df9cdf0af99832bc.zip
someone forgot a !
(This used to be commit 29fa2e1d99235bc15b2916c404b46012eb77b7e2)
Diffstat (limited to 'source3/printing')
-rw-r--r--source3/printing/nt_printing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c
index 812e8303b4..98259d40ae 100644
--- a/source3/printing/nt_printing.c
+++ b/source3/printing/nt_printing.c
@@ -1464,7 +1464,7 @@ BOOL nt_printing_getsec(char *printername, SEC_DESC_BUF **secdesc_ctr)
DEBUG(4,("using default secdesc for %s\n", printername));
- if ((*secdesc_ctr = construct_default_printer_sdb()))
+ if (!(*secdesc_ctr = construct_default_printer_sdb()))
return False;
return True;