diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-08-26 14:37:00 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-09-11 18:46:04 +1000 |
commit | fcaa86f4026cac94ed257406cbf4a59947b6029f (patch) | |
tree | 68567c4b9c5413f4e50a53f08836722d72088d28 /source3/printing | |
parent | 821b9e61aa057530212438988c204d79f1f70b1d (diff) | |
download | samba-fcaa86f4026cac94ed257406cbf4a59947b6029f.tar.gz samba-fcaa86f4026cac94ed257406cbf4a59947b6029f.tar.bz2 samba-fcaa86f4026cac94ed257406cbf4a59947b6029f.zip |
s3-privs Further changes to remove SE_PRIV
Signed-off-by: Andrew Tridgell <tridge@samba.org>
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 9f4ede22bd..186369df1f 100644 --- a/source3/printing/nt_printing.c +++ b/source3/printing/nt_printing.c @@ -2075,7 +2075,7 @@ bool print_access_check(const struct auth_serversupplied_info *server_info, WERROR result; const char *pname; TALLOC_CTX *mem_ctx = NULL; - SE_PRIV se_printop = SE_PRINT_OPERATOR; + uint64_t se_printop = SE_PRINT_OPERATOR; /* If user is NULL then use the current_user structure */ |