diff options
author | Günther Deschner <gd@samba.org> | 2013-01-16 00:04:41 +0100 |
---|---|---|
committer | David Disseldorp <ddiss@samba.org> | 2013-01-17 17:11:37 +0100 |
commit | e8feca012e7b2ff29de58cef80c7511f33989a84 (patch) | |
tree | 7c61dc531c45c4325351a65a447aa3b1c0d37945 /source3/printing | |
parent | e1d50a6b24012b42f9987b439a4b94cd8db79999 (diff) | |
download | samba-e8feca012e7b2ff29de58cef80c7511f33989a84.tar.gz samba-e8feca012e7b2ff29de58cef80c7511f33989a84.tar.bz2 samba-e8feca012e7b2ff29de58cef80c7511f33989a84.zip |
spoolss: make spoolss deal with ndr64 ULONG_PTR of devmode_ptr and secdesc_ptr.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
Diffstat (limited to 'source3/printing')
-rw-r--r-- | source3/printing/nt_printing_migrate.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/printing/nt_printing_migrate.c b/source3/printing/nt_printing_migrate.c index 616d7af3d6..94dc3daa56 100644 --- a/source3/printing/nt_printing_migrate.c +++ b/source3/printing/nt_printing_migrate.c @@ -252,8 +252,6 @@ NTSTATUS printing_tdb_migrate_printer(TALLOC_CTX *mem_ctx, } devmode_ctr.devmode = &dm; - - info2.devmode_ptr = 1; } result = winreg_update_printer(mem_ctx, b, |