]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:printing: let print_spool_open() take a uint64_t vuid
authorStefan Metzmacher <metze@samba.org>
Tue, 5 Jun 2012 13:35:11 +0000 (15:35 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 6 Jun 2012 08:18:40 +0000 (10:18 +0200)
metze

source3/include/printing.h
source3/printing/printspoolss.c

index 4589b38bd8fee0982cd5aa1e63e52cf8c092c34a..cfdf3a4a8ca5211306c3f06733726f0ba191e1d3 100644 (file)
@@ -176,7 +176,7 @@ struct tdb_print_db {
 
 NTSTATUS print_spool_open(files_struct *fsp,
                          const char *fname,
-                         uint16_t current_vuid);
+                         uint64_t current_vuid);
 
 int print_spool_write(files_struct *fsp, const char *data, uint32_t size,
                      off_t offset, uint32_t *written);
index 0706969e64d6f1e3151f8b0c9df7d0d95157cdd6..c02587e387778417a378fba2419bc9cf2adf1b64 100644 (file)
@@ -57,7 +57,7 @@ void print_spool_terminate(struct connection_struct *conn,
 
 NTSTATUS print_spool_open(files_struct *fsp,
                          const char *fname,
-                         uint16_t current_vuid)
+                         uint64_t current_vuid)
 {
        NTSTATUS status;
        TALLOC_CTX *tmp_ctx;