samba36: revert r40341
authorJohn Crispin <john@openwrt.org>
Sun, 30 Mar 2014 19:05:25 +0000 (19:05 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 30 Mar 2014 19:05:25 +0000 (19:05 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40343

package/network/services/samba36/Makefile
package/network/services/samba36/patches/100-configure_fixes.patch
package/network/services/samba36/patches/111-owrt_smbpasswd.patch
package/network/services/samba36/patches/200-remove_printer_support.patch
package/network/services/samba36/patches/250-remove_domain_logon.patch
package/network/services/samba36/patches/260-remove_samr.patch
package/network/services/samba36/patches/270-remove_registry_backend.patch
package/network/services/samba36/patches/310-remove_error_strings.patch
package/network/services/samba36/patches/330-librpc_default_print.patch

index e50d518d199176bdaa1fffe89986470534edd420..2644f7d565563fb31ab4d6ccc0aa8aff840f9da0 100644 (file)
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=samba
-PKG_VERSION:=3.6.15
-PKG_RELEASE:=1
+PKG_VERSION:=3.6.11
+PKG_RELEASE:=2
 
 PKG_SOURCE_URL:=http://ftp.samba.org/pub/samba \
-       http://ftp.samba.org/pub/samba/stable
+       http://ftp.samba.org/pub/samba/old-versions
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_MD5SUM:=d9424e9badb089bd51e6cfc752b21dfa
+PKG_MD5SUM:=9039e0ab3e4fc632ff0a1a8f2433edb4
 
 PKG_LICENSE:=GPLv3
 PKG_LICENSE_FILES:=COPYING
index 7a7cd00e78bb847b8f78183e0f78ba29515edf1e..e40a1337a925ef0a7a257d758107aa81b8d322ef 100644 (file)
@@ -1,6 +1,6 @@
 --- a/source3/configure
 +++ b/source3/configure
-@@ -13346,10 +13346,7 @@ if test x"$libreplace_cv_HAVE_GETADDRINF
+@@ -13318,10 +13318,7 @@ if test x"$libreplace_cv_HAVE_GETADDRINF
        # see bug 5910, use our replacements if we detect
        # a broken system.
        if test "$cross_compiling" = yes; then :
index 6ef2d645c344691ddb6ab4c84e6a228538876e2a..7d852c4c619ecc3e11a23058b5d681c6082e77dc 100644 (file)
@@ -1,6 +1,6 @@
 --- a/source3/Makefile.in
 +++ b/source3/Makefile.in
-@@ -1017,7 +1017,7 @@ TEST_LP_LOAD_OBJ = param/test_lp_load.o
+@@ -1017,7 +1017,7 @@ TEST_LP_LOAD_OBJ = param/test_lp_load.o 
  
  PASSWD_UTIL_OBJ = utils/passwd_util.o
  
index d8c3add14779de8aa73caa4bc17efacd05f647a8..19d357f32bd1873daadde0c017e55b352ff1b95d 100644 (file)
@@ -25,7 +25,7 @@
        dfs_commands,
 --- a/source3/printing/spoolssd.c
 +++ b/source3/printing/spoolssd.c
-@@ -165,6 +165,10 @@ void start_spoolssd(struct tevent_contex
+@@ -153,6 +153,10 @@ void start_spoolssd(struct tevent_contex
        NTSTATUS status;
        int ret;
  
@@ -51,7 +51,7 @@
                        d_printf(_("Usage:\n"));
 --- a/source3/smbd/reply.c
 +++ b/source3/smbd/reply.c
-@@ -5206,7 +5206,11 @@ void reply_printopen(struct smb_request
+@@ -5196,7 +5196,11 @@ void reply_printopen(struct smb_request 
                return;
        }
  
@@ -64,7 +64,7 @@
                reply_nterror(req, NT_STATUS_ACCESS_DENIED);
                END_PROFILE(SMBsplopen);
                return;
-@@ -5312,7 +5316,10 @@ void reply_printqueue(struct smb_request
+@@ -5302,7 +5306,10 @@ void reply_printqueue(struct smb_request
           is really quite gross and only worked when there was only
           one printer - I think we should now only accept it if they
           get it right (tridge) */
@@ -78,7 +78,7 @@
                return;
 --- a/source3/smbd/lanman.c
 +++ b/source3/smbd/lanman.c
-@@ -784,6 +784,10 @@ static bool api_DosPrintQGetInfo(struct
+@@ -784,6 +784,10 @@ static bool api_DosPrintQGetInfo(struct 
        union spoolss_JobInfo *job_info = NULL;
        union spoolss_PrinterInfo printer_info;
  
        if (!str1 || !str2 || !p) {
                return False;
        }
-@@ -4792,6 +4812,10 @@ static bool api_WPrintJobGetInfo(struct
+@@ -4792,6 +4812,10 @@ static bool api_WPrintJobGetInfo(struct 
        struct spoolss_DevmodeContainer devmode_ctr;
        union spoolss_JobInfo info;
  
        if (!str1 || !str2 || !p) {
                return False;
        }
-@@ -5374,6 +5410,10 @@ static bool api_WPrintDriverEnum(struct
+@@ -5374,6 +5410,10 @@ static bool api_WPrintDriverEnum(struct 
        int succnt;
        struct pack_desc desc;
  
        }
 --- a/source3/smbd/process.c
 +++ b/source3/smbd/process.c
-@@ -2423,8 +2423,10 @@ static bool housekeeping_fn(const struct
+@@ -2476,8 +2476,10 @@ static bool housekeeping_fn(const struct
  
        change_to_root_user();
  
        check_reload(sconn, time_mono(NULL));
 --- a/source3/smbd/server.c
 +++ b/source3/smbd/server.c
-@@ -123,7 +123,9 @@ static void smb_pcap_updated(struct mess
+@@ -126,7 +126,9 @@ static void smb_pcap_updated(struct mess
  {
        struct tevent_context *ev_ctx =
                talloc_get_type_abort(private_data, struct tevent_context);
        DEBUG(10,("Got message saying pcap was updated. Reloading.\n"));
        change_to_root_user();
        reload_printers(ev_ctx, msg);
-@@ -1277,6 +1279,7 @@ extern void build_options(bool screen);
+@@ -1231,6 +1233,7 @@ extern void build_options(bool screen);
         * The print backend init also migrates the printing tdb's,
         * this requires a winreg pipe.
         */
        if (!print_backend_init(smbd_messaging_context()))
                exit(1);
  
-@@ -1315,7 +1318,7 @@ extern void build_options(bool screen);
+@@ -1262,7 +1265,7 @@ extern void build_options(bool screen);
                                       smbd_messaging_context());
                }
        }
index f7582ef3bdb252d46a62e8a87ca6bffe51c33e14..e97285b6669ea71bffc6594ce413e2d3ba8c8c84 100644 (file)
@@ -99,7 +99,7 @@
        dfs_commands,
 --- a/source3/rpc_server/wkssvc/srv_wkssvc_nt.c
 +++ b/source3/rpc_server/wkssvc/srv_wkssvc_nt.c
-@@ -824,6 +824,10 @@ WERROR _wkssvc_NetrJoinDomain2(struct pi
+@@ -820,6 +820,10 @@ WERROR _wkssvc_NetrJoinDomain2(struct pi
        WERROR werr;
        struct security_token *token = p->session_info->security_token;
  
        if (!r->in.domain_name) {
                return WERR_INVALID_PARAM;
        }
-@@ -901,6 +905,10 @@ WERROR _wkssvc_NetrUnjoinDomain2(struct
+@@ -897,6 +901,10 @@ WERROR _wkssvc_NetrUnjoinDomain2(struct 
        WERROR werr;
        struct security_token *token = p->session_info->security_token;
  
        /* lookup a DC first */
  
        if ( !get_dc_name(domain, NULL, dc_name, &dc_ss) ) {
-@@ -243,6 +250,10 @@ NTSTATUS change_trust_account_password(
+@@ -243,6 +250,10 @@ NTSTATUS change_trust_account_password( 
        struct cli_state *cli = NULL;
        struct rpc_pipe_client *netlogon_pipe = NULL;
  
  }
 --- a/source3/smbd/process.c
 +++ b/source3/smbd/process.c
-@@ -2431,8 +2431,10 @@ static bool housekeeping_fn(const struct
+@@ -2484,8 +2484,10 @@ static bool housekeeping_fn(const struct
        /* check if we need to reload services */
        check_reload(sconn, time_mono(NULL));
  
index 4b80f707bb9dfadc0b1a7251f8de0c1780504099..eda6129893cbccd9f1c5cf5ca45268452fb33d09 100644 (file)
@@ -98,7 +98,7 @@
        if (!str1 || !str2 || !p) {
                return False;
        }
-@@ -2541,6 +2545,10 @@ static bool api_NetUserGetGroups(struct
+@@ -2541,6 +2545,10 @@ static bool api_NetUserGetGroups(struct 
        NTSTATUS status, result;
        struct dcerpc_binding_handle *b;
  
index 147b1cec74c57cc48df082ad2400dc91113a52b7..7714b86b77d958dda58e861012d1a705d8295472 100644 (file)
@@ -30,7 +30,7 @@
                        "supported by backend");
 --- a/source3/smbd/server.c
 +++ b/source3/smbd/server.c
-@@ -1230,8 +1230,10 @@ extern void build_options(bool screen);
+@@ -1184,8 +1184,10 @@ extern void build_options(bool screen);
                exit(1);
        }
  
index 8c7ae2d7d0a35c193d648b994a3776a39bb3a713..44342eff59bd6bfa69956e6fba24bf2aa0f99110 100644 (file)
  
        result = talloc_asprintf(talloc_tos(), "NT_STATUS(0x%08x)",
                                 NT_STATUS_V(nt_code));
-@@ -767,12 +773,14 @@ NTSTATUS nt_status_string_to_code(const
+@@ -767,12 +773,14 @@ NTSTATUS nt_status_string_to_code(const 
  {
        int idx = 0;
  
index f9c2e0e6874c858b3e21e48006d7417ec31a81c3..4d160867dc74319eb75e1d42bbda64e2f7862cf2 100644 (file)
        },
 --- a/source3/librpc/gen_ndr/ndr_ntprinting.c
 +++ b/source3/librpc/gen_ndr/ndr_ntprinting.c
-@@ -914,7 +914,7 @@ static const struct ndr_interface_call n
+@@ -902,7 +902,7 @@ static const struct ndr_interface_call n
                sizeof(struct decode_ntprinting_form),
                (ndr_push_flags_fn_t) ndr_push_decode_ntprinting_form,
                (ndr_pull_flags_fn_t) ndr_pull_decode_ntprinting_form,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -923,7 +923,7 @@ static const struct ndr_interface_call n
+@@ -911,7 +911,7 @@ static const struct ndr_interface_call n
                sizeof(struct decode_ntprinting_driver),
                (ndr_push_flags_fn_t) ndr_push_decode_ntprinting_driver,
                (ndr_pull_flags_fn_t) ndr_pull_decode_ntprinting_driver,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -932,7 +932,7 @@ static const struct ndr_interface_call n
+@@ -920,7 +920,7 @@ static const struct ndr_interface_call n
                sizeof(struct decode_ntprinting_printer),
                (ndr_push_flags_fn_t) ndr_push_decode_ntprinting_printer,
                (ndr_pull_flags_fn_t) ndr_pull_decode_ntprinting_printer,
        },
 --- a/source3/librpc/gen_ndr/ndr_spoolss.c
 +++ b/source3/librpc/gen_ndr/ndr_spoolss.c
-@@ -32661,7 +32661,7 @@ static const struct ndr_interface_call s
+@@ -32660,7 +32660,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_EnumPrinters),
                (ndr_push_flags_fn_t) ndr_push_spoolss_EnumPrinters,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_EnumPrinters,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32670,7 +32670,7 @@ static const struct ndr_interface_call s
+@@ -32669,7 +32669,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_OpenPrinter),
                (ndr_push_flags_fn_t) ndr_push_spoolss_OpenPrinter,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_OpenPrinter,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32679,7 +32679,7 @@ static const struct ndr_interface_call s
+@@ -32678,7 +32678,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_SetJob),
                (ndr_push_flags_fn_t) ndr_push_spoolss_SetJob,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_SetJob,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32688,7 +32688,7 @@ static const struct ndr_interface_call s
+@@ -32687,7 +32687,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_GetJob),
                (ndr_push_flags_fn_t) ndr_push_spoolss_GetJob,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_GetJob,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32697,7 +32697,7 @@ static const struct ndr_interface_call s
+@@ -32696,7 +32696,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_EnumJobs),
                (ndr_push_flags_fn_t) ndr_push_spoolss_EnumJobs,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_EnumJobs,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32706,7 +32706,7 @@ static const struct ndr_interface_call s
+@@ -32705,7 +32705,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_AddPrinter),
                (ndr_push_flags_fn_t) ndr_push_spoolss_AddPrinter,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_AddPrinter,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32715,7 +32715,7 @@ static const struct ndr_interface_call s
+@@ -32714,7 +32714,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_DeletePrinter),
                (ndr_push_flags_fn_t) ndr_push_spoolss_DeletePrinter,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeletePrinter,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32724,7 +32724,7 @@ static const struct ndr_interface_call s
+@@ -32723,7 +32723,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_SetPrinter),
                (ndr_push_flags_fn_t) ndr_push_spoolss_SetPrinter,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_SetPrinter,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32733,7 +32733,7 @@ static const struct ndr_interface_call s
+@@ -32732,7 +32732,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_GetPrinter),
                (ndr_push_flags_fn_t) ndr_push_spoolss_GetPrinter,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_GetPrinter,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32742,7 +32742,7 @@ static const struct ndr_interface_call s
+@@ -32741,7 +32741,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_AddPrinterDriver),
                (ndr_push_flags_fn_t) ndr_push_spoolss_AddPrinterDriver,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_AddPrinterDriver,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32751,7 +32751,7 @@ static const struct ndr_interface_call s
+@@ -32750,7 +32750,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_EnumPrinterDrivers),
                (ndr_push_flags_fn_t) ndr_push_spoolss_EnumPrinterDrivers,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_EnumPrinterDrivers,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32760,7 +32760,7 @@ static const struct ndr_interface_call s
+@@ -32759,7 +32759,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_GetPrinterDriver),
                (ndr_push_flags_fn_t) ndr_push_spoolss_GetPrinterDriver,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_GetPrinterDriver,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32769,7 +32769,7 @@ static const struct ndr_interface_call s
+@@ -32768,7 +32768,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_GetPrinterDriverDirectory),
                (ndr_push_flags_fn_t) ndr_push_spoolss_GetPrinterDriverDirectory,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_GetPrinterDriverDirectory,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32778,7 +32778,7 @@ static const struct ndr_interface_call s
+@@ -32777,7 +32777,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_DeletePrinterDriver),
                (ndr_push_flags_fn_t) ndr_push_spoolss_DeletePrinterDriver,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeletePrinterDriver,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32787,7 +32787,7 @@ static const struct ndr_interface_call s
+@@ -32786,7 +32786,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_AddPrintProcessor),
                (ndr_push_flags_fn_t) ndr_push_spoolss_AddPrintProcessor,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_AddPrintProcessor,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32796,7 +32796,7 @@ static const struct ndr_interface_call s
+@@ -32795,7 +32795,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_EnumPrintProcessors),
                (ndr_push_flags_fn_t) ndr_push_spoolss_EnumPrintProcessors,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_EnumPrintProcessors,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32805,7 +32805,7 @@ static const struct ndr_interface_call s
+@@ -32804,7 +32804,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_GetPrintProcessorDirectory),
                (ndr_push_flags_fn_t) ndr_push_spoolss_GetPrintProcessorDirectory,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_GetPrintProcessorDirectory,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32814,7 +32814,7 @@ static const struct ndr_interface_call s
+@@ -32813,7 +32813,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_StartDocPrinter),
                (ndr_push_flags_fn_t) ndr_push_spoolss_StartDocPrinter,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_StartDocPrinter,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32823,7 +32823,7 @@ static const struct ndr_interface_call s
+@@ -32822,7 +32822,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_StartPagePrinter),
                (ndr_push_flags_fn_t) ndr_push_spoolss_StartPagePrinter,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_StartPagePrinter,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32832,7 +32832,7 @@ static const struct ndr_interface_call s
+@@ -32831,7 +32831,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_WritePrinter),
                (ndr_push_flags_fn_t) ndr_push_spoolss_WritePrinter,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_WritePrinter,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32841,7 +32841,7 @@ static const struct ndr_interface_call s
+@@ -32840,7 +32840,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_EndPagePrinter),
                (ndr_push_flags_fn_t) ndr_push_spoolss_EndPagePrinter,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_EndPagePrinter,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32850,7 +32850,7 @@ static const struct ndr_interface_call s
+@@ -32849,7 +32849,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_AbortPrinter),
                (ndr_push_flags_fn_t) ndr_push_spoolss_AbortPrinter,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_AbortPrinter,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32859,7 +32859,7 @@ static const struct ndr_interface_call s
+@@ -32858,7 +32858,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_ReadPrinter),
                (ndr_push_flags_fn_t) ndr_push_spoolss_ReadPrinter,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_ReadPrinter,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32868,7 +32868,7 @@ static const struct ndr_interface_call s
+@@ -32867,7 +32867,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_EndDocPrinter),
                (ndr_push_flags_fn_t) ndr_push_spoolss_EndDocPrinter,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_EndDocPrinter,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32877,7 +32877,7 @@ static const struct ndr_interface_call s
+@@ -32876,7 +32876,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_AddJob),
                (ndr_push_flags_fn_t) ndr_push_spoolss_AddJob,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_AddJob,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32886,7 +32886,7 @@ static const struct ndr_interface_call s
+@@ -32885,7 +32885,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_ScheduleJob),
                (ndr_push_flags_fn_t) ndr_push_spoolss_ScheduleJob,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_ScheduleJob,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32895,7 +32895,7 @@ static const struct ndr_interface_call s
+@@ -32894,7 +32894,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_GetPrinterData),
                (ndr_push_flags_fn_t) ndr_push_spoolss_GetPrinterData,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_GetPrinterData,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32904,7 +32904,7 @@ static const struct ndr_interface_call s
+@@ -32903,7 +32903,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_SetPrinterData),
                (ndr_push_flags_fn_t) ndr_push_spoolss_SetPrinterData,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_SetPrinterData,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32913,7 +32913,7 @@ static const struct ndr_interface_call s
+@@ -32912,7 +32912,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_WaitForPrinterChange),
                (ndr_push_flags_fn_t) ndr_push_spoolss_WaitForPrinterChange,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_WaitForPrinterChange,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32922,7 +32922,7 @@ static const struct ndr_interface_call s
+@@ -32921,7 +32921,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_ClosePrinter),
                (ndr_push_flags_fn_t) ndr_push_spoolss_ClosePrinter,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_ClosePrinter,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32931,7 +32931,7 @@ static const struct ndr_interface_call s
+@@ -32930,7 +32930,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_AddForm),
                (ndr_push_flags_fn_t) ndr_push_spoolss_AddForm,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_AddForm,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32940,7 +32940,7 @@ static const struct ndr_interface_call s
+@@ -32939,7 +32939,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_DeleteForm),
                (ndr_push_flags_fn_t) ndr_push_spoolss_DeleteForm,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeleteForm,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32949,7 +32949,7 @@ static const struct ndr_interface_call s
+@@ -32948,7 +32948,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_GetForm),
                (ndr_push_flags_fn_t) ndr_push_spoolss_GetForm,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_GetForm,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32958,7 +32958,7 @@ static const struct ndr_interface_call s
+@@ -32957,7 +32957,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_SetForm),
                (ndr_push_flags_fn_t) ndr_push_spoolss_SetForm,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_SetForm,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32967,7 +32967,7 @@ static const struct ndr_interface_call s
+@@ -32966,7 +32966,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_EnumForms),
                (ndr_push_flags_fn_t) ndr_push_spoolss_EnumForms,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_EnumForms,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32976,7 +32976,7 @@ static const struct ndr_interface_call s
+@@ -32975,7 +32975,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_EnumPorts),
                (ndr_push_flags_fn_t) ndr_push_spoolss_EnumPorts,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_EnumPorts,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32985,7 +32985,7 @@ static const struct ndr_interface_call s
+@@ -32984,7 +32984,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_EnumMonitors),
                (ndr_push_flags_fn_t) ndr_push_spoolss_EnumMonitors,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_EnumMonitors,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -32994,7 +32994,7 @@ static const struct ndr_interface_call s
+@@ -32993,7 +32993,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_AddPort),
                (ndr_push_flags_fn_t) ndr_push_spoolss_AddPort,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_AddPort,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33003,7 +33003,7 @@ static const struct ndr_interface_call s
+@@ -33002,7 +33002,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_ConfigurePort),
                (ndr_push_flags_fn_t) ndr_push_spoolss_ConfigurePort,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_ConfigurePort,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33012,7 +33012,7 @@ static const struct ndr_interface_call s
+@@ -33011,7 +33011,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_DeletePort),
                (ndr_push_flags_fn_t) ndr_push_spoolss_DeletePort,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeletePort,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33021,7 +33021,7 @@ static const struct ndr_interface_call s
+@@ -33020,7 +33020,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_CreatePrinterIC),
                (ndr_push_flags_fn_t) ndr_push_spoolss_CreatePrinterIC,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_CreatePrinterIC,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33030,7 +33030,7 @@ static const struct ndr_interface_call s
+@@ -33029,7 +33029,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_PlayGDIScriptOnPrinterIC),
                (ndr_push_flags_fn_t) ndr_push_spoolss_PlayGDIScriptOnPrinterIC,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_PlayGDIScriptOnPrinterIC,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33039,7 +33039,7 @@ static const struct ndr_interface_call s
+@@ -33038,7 +33038,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_DeletePrinterIC),
                (ndr_push_flags_fn_t) ndr_push_spoolss_DeletePrinterIC,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeletePrinterIC,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33048,7 +33048,7 @@ static const struct ndr_interface_call s
+@@ -33047,7 +33047,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_AddPrinterConnection),
                (ndr_push_flags_fn_t) ndr_push_spoolss_AddPrinterConnection,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_AddPrinterConnection,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33057,7 +33057,7 @@ static const struct ndr_interface_call s
+@@ -33056,7 +33056,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_DeletePrinterConnection),
                (ndr_push_flags_fn_t) ndr_push_spoolss_DeletePrinterConnection,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeletePrinterConnection,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33066,7 +33066,7 @@ static const struct ndr_interface_call s
+@@ -33065,7 +33065,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_PrinterMessageBox),
                (ndr_push_flags_fn_t) ndr_push_spoolss_PrinterMessageBox,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_PrinterMessageBox,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33075,7 +33075,7 @@ static const struct ndr_interface_call s
+@@ -33074,7 +33074,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_AddMonitor),
                (ndr_push_flags_fn_t) ndr_push_spoolss_AddMonitor,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_AddMonitor,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33084,7 +33084,7 @@ static const struct ndr_interface_call s
+@@ -33083,7 +33083,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_DeleteMonitor),
                (ndr_push_flags_fn_t) ndr_push_spoolss_DeleteMonitor,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeleteMonitor,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33093,7 +33093,7 @@ static const struct ndr_interface_call s
+@@ -33092,7 +33092,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_DeletePrintProcessor),
                (ndr_push_flags_fn_t) ndr_push_spoolss_DeletePrintProcessor,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeletePrintProcessor,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33102,7 +33102,7 @@ static const struct ndr_interface_call s
+@@ -33101,7 +33101,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_AddPrintProvidor),
                (ndr_push_flags_fn_t) ndr_push_spoolss_AddPrintProvidor,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_AddPrintProvidor,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33111,7 +33111,7 @@ static const struct ndr_interface_call s
+@@ -33110,7 +33110,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_DeletePrintProvidor),
                (ndr_push_flags_fn_t) ndr_push_spoolss_DeletePrintProvidor,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeletePrintProvidor,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33120,7 +33120,7 @@ static const struct ndr_interface_call s
+@@ -33119,7 +33119,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_EnumPrintProcDataTypes),
                (ndr_push_flags_fn_t) ndr_push_spoolss_EnumPrintProcDataTypes,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_EnumPrintProcDataTypes,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33129,7 +33129,7 @@ static const struct ndr_interface_call s
+@@ -33128,7 +33128,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_ResetPrinter),
                (ndr_push_flags_fn_t) ndr_push_spoolss_ResetPrinter,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_ResetPrinter,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33138,7 +33138,7 @@ static const struct ndr_interface_call s
+@@ -33137,7 +33137,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_GetPrinterDriver2),
                (ndr_push_flags_fn_t) ndr_push_spoolss_GetPrinterDriver2,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_GetPrinterDriver2,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33147,7 +33147,7 @@ static const struct ndr_interface_call s
+@@ -33146,7 +33146,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_FindFirstPrinterChangeNotification),
                (ndr_push_flags_fn_t) ndr_push_spoolss_FindFirstPrinterChangeNotification,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_FindFirstPrinterChangeNotification,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33156,7 +33156,7 @@ static const struct ndr_interface_call s
+@@ -33155,7 +33155,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_FindNextPrinterChangeNotification),
                (ndr_push_flags_fn_t) ndr_push_spoolss_FindNextPrinterChangeNotification,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_FindNextPrinterChangeNotification,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33165,7 +33165,7 @@ static const struct ndr_interface_call s
+@@ -33164,7 +33164,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_FindClosePrinterNotify),
                (ndr_push_flags_fn_t) ndr_push_spoolss_FindClosePrinterNotify,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_FindClosePrinterNotify,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33174,7 +33174,7 @@ static const struct ndr_interface_call s
+@@ -33173,7 +33173,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_RouterFindFirstPrinterChangeNotificationOld),
                (ndr_push_flags_fn_t) ndr_push_spoolss_RouterFindFirstPrinterChangeNotificationOld,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_RouterFindFirstPrinterChangeNotificationOld,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33183,7 +33183,7 @@ static const struct ndr_interface_call s
+@@ -33182,7 +33182,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_ReplyOpenPrinter),
                (ndr_push_flags_fn_t) ndr_push_spoolss_ReplyOpenPrinter,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_ReplyOpenPrinter,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33192,7 +33192,7 @@ static const struct ndr_interface_call s
+@@ -33191,7 +33191,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_RouterReplyPrinter),
                (ndr_push_flags_fn_t) ndr_push_spoolss_RouterReplyPrinter,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_RouterReplyPrinter,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33201,7 +33201,7 @@ static const struct ndr_interface_call s
+@@ -33200,7 +33200,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_ReplyClosePrinter),
                (ndr_push_flags_fn_t) ndr_push_spoolss_ReplyClosePrinter,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_ReplyClosePrinter,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33210,7 +33210,7 @@ static const struct ndr_interface_call s
+@@ -33209,7 +33209,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_AddPortEx),
                (ndr_push_flags_fn_t) ndr_push_spoolss_AddPortEx,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_AddPortEx,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33219,7 +33219,7 @@ static const struct ndr_interface_call s
+@@ -33218,7 +33218,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_RouterFindFirstPrinterChangeNotification),
                (ndr_push_flags_fn_t) ndr_push_spoolss_RouterFindFirstPrinterChangeNotification,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_RouterFindFirstPrinterChangeNotification,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33228,7 +33228,7 @@ static const struct ndr_interface_call s
+@@ -33227,7 +33227,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_SpoolerInit),
                (ndr_push_flags_fn_t) ndr_push_spoolss_SpoolerInit,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_SpoolerInit,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33237,7 +33237,7 @@ static const struct ndr_interface_call s
+@@ -33236,7 +33236,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_ResetPrinterEx),
                (ndr_push_flags_fn_t) ndr_push_spoolss_ResetPrinterEx,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_ResetPrinterEx,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33246,7 +33246,7 @@ static const struct ndr_interface_call s
+@@ -33245,7 +33245,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_RemoteFindFirstPrinterChangeNotifyEx),
                (ndr_push_flags_fn_t) ndr_push_spoolss_RemoteFindFirstPrinterChangeNotifyEx,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_RemoteFindFirstPrinterChangeNotifyEx,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33255,7 +33255,7 @@ static const struct ndr_interface_call s
+@@ -33254,7 +33254,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_RouterReplyPrinterEx),
                (ndr_push_flags_fn_t) ndr_push_spoolss_RouterReplyPrinterEx,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_RouterReplyPrinterEx,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33264,7 +33264,7 @@ static const struct ndr_interface_call s
+@@ -33263,7 +33263,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_RouterRefreshPrinterChangeNotify),
                (ndr_push_flags_fn_t) ndr_push_spoolss_RouterRefreshPrinterChangeNotify,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_RouterRefreshPrinterChangeNotify,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33273,7 +33273,7 @@ static const struct ndr_interface_call s
+@@ -33272,7 +33272,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_44),
                (ndr_push_flags_fn_t) ndr_push_spoolss_44,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_44,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33282,7 +33282,7 @@ static const struct ndr_interface_call s
+@@ -33281,7 +33281,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_OpenPrinterEx),
                (ndr_push_flags_fn_t) ndr_push_spoolss_OpenPrinterEx,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_OpenPrinterEx,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33291,7 +33291,7 @@ static const struct ndr_interface_call s
+@@ -33290,7 +33290,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_AddPrinterEx),
                (ndr_push_flags_fn_t) ndr_push_spoolss_AddPrinterEx,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_AddPrinterEx,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33300,7 +33300,7 @@ static const struct ndr_interface_call s
+@@ -33299,7 +33299,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_SetPort),
                (ndr_push_flags_fn_t) ndr_push_spoolss_SetPort,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_SetPort,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33309,7 +33309,7 @@ static const struct ndr_interface_call s
+@@ -33308,7 +33308,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_EnumPrinterData),
                (ndr_push_flags_fn_t) ndr_push_spoolss_EnumPrinterData,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_EnumPrinterData,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33318,7 +33318,7 @@ static const struct ndr_interface_call s
+@@ -33317,7 +33317,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_DeletePrinterData),
                (ndr_push_flags_fn_t) ndr_push_spoolss_DeletePrinterData,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeletePrinterData,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33327,7 +33327,7 @@ static const struct ndr_interface_call s
+@@ -33326,7 +33326,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_4a),
                (ndr_push_flags_fn_t) ndr_push_spoolss_4a,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_4a,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33336,7 +33336,7 @@ static const struct ndr_interface_call s
+@@ -33335,7 +33335,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_4b),
                (ndr_push_flags_fn_t) ndr_push_spoolss_4b,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_4b,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33345,7 +33345,7 @@ static const struct ndr_interface_call s
+@@ -33344,7 +33344,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_4c),
                (ndr_push_flags_fn_t) ndr_push_spoolss_4c,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_4c,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33354,7 +33354,7 @@ static const struct ndr_interface_call s
+@@ -33353,7 +33353,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_SetPrinterDataEx),
                (ndr_push_flags_fn_t) ndr_push_spoolss_SetPrinterDataEx,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_SetPrinterDataEx,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33363,7 +33363,7 @@ static const struct ndr_interface_call s
+@@ -33362,7 +33362,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_GetPrinterDataEx),
                (ndr_push_flags_fn_t) ndr_push_spoolss_GetPrinterDataEx,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_GetPrinterDataEx,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33372,7 +33372,7 @@ static const struct ndr_interface_call s
+@@ -33371,7 +33371,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_EnumPrinterDataEx),
                (ndr_push_flags_fn_t) ndr_push_spoolss_EnumPrinterDataEx,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_EnumPrinterDataEx,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33381,7 +33381,7 @@ static const struct ndr_interface_call s
+@@ -33380,7 +33380,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_EnumPrinterKey),
                (ndr_push_flags_fn_t) ndr_push_spoolss_EnumPrinterKey,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_EnumPrinterKey,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33390,7 +33390,7 @@ static const struct ndr_interface_call s
+@@ -33389,7 +33389,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_DeletePrinterDataEx),
                (ndr_push_flags_fn_t) ndr_push_spoolss_DeletePrinterDataEx,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeletePrinterDataEx,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33399,7 +33399,7 @@ static const struct ndr_interface_call s
+@@ -33398,7 +33398,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_DeletePrinterKey),
                (ndr_push_flags_fn_t) ndr_push_spoolss_DeletePrinterKey,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeletePrinterKey,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33408,7 +33408,7 @@ static const struct ndr_interface_call s
+@@ -33407,7 +33407,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_53),
                (ndr_push_flags_fn_t) ndr_push_spoolss_53,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_53,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33417,7 +33417,7 @@ static const struct ndr_interface_call s
+@@ -33416,7 +33416,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_DeletePrinterDriverEx),
                (ndr_push_flags_fn_t) ndr_push_spoolss_DeletePrinterDriverEx,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeletePrinterDriverEx,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33426,7 +33426,7 @@ static const struct ndr_interface_call s
+@@ -33425,7 +33425,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_AddPerMachineConnection),
                (ndr_push_flags_fn_t) ndr_push_spoolss_AddPerMachineConnection,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_AddPerMachineConnection,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33435,7 +33435,7 @@ static const struct ndr_interface_call s
+@@ -33434,7 +33434,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_DeletePerMachineConnection),
                (ndr_push_flags_fn_t) ndr_push_spoolss_DeletePerMachineConnection,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_DeletePerMachineConnection,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33444,7 +33444,7 @@ static const struct ndr_interface_call s
+@@ -33443,7 +33443,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_EnumPerMachineConnections),
                (ndr_push_flags_fn_t) ndr_push_spoolss_EnumPerMachineConnections,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_EnumPerMachineConnections,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33453,7 +33453,7 @@ static const struct ndr_interface_call s
+@@ -33452,7 +33452,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_XcvData),
                (ndr_push_flags_fn_t) ndr_push_spoolss_XcvData,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_XcvData,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33462,7 +33462,7 @@ static const struct ndr_interface_call s
+@@ -33461,7 +33461,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_AddPrinterDriverEx),
                (ndr_push_flags_fn_t) ndr_push_spoolss_AddPrinterDriverEx,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_AddPrinterDriverEx,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33471,7 +33471,7 @@ static const struct ndr_interface_call s
+@@ -33470,7 +33470,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_5a),
                (ndr_push_flags_fn_t) ndr_push_spoolss_5a,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_5a,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33480,7 +33480,7 @@ static const struct ndr_interface_call s
+@@ -33479,7 +33479,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_5b),
                (ndr_push_flags_fn_t) ndr_push_spoolss_5b,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_5b,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33489,7 +33489,7 @@ static const struct ndr_interface_call s
+@@ -33488,7 +33488,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_5c),
                (ndr_push_flags_fn_t) ndr_push_spoolss_5c,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_5c,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33498,7 +33498,7 @@ static const struct ndr_interface_call s
+@@ -33497,7 +33497,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_5d),
                (ndr_push_flags_fn_t) ndr_push_spoolss_5d,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_5d,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33507,7 +33507,7 @@ static const struct ndr_interface_call s
+@@ -33506,7 +33506,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_5e),
                (ndr_push_flags_fn_t) ndr_push_spoolss_5e,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_5e,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33516,7 +33516,7 @@ static const struct ndr_interface_call s
+@@ -33515,7 +33515,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_5f),
                (ndr_push_flags_fn_t) ndr_push_spoolss_5f,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_5f,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33525,7 +33525,7 @@ static const struct ndr_interface_call s
+@@ -33524,7 +33524,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_60),
                (ndr_push_flags_fn_t) ndr_push_spoolss_60,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_60,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33534,7 +33534,7 @@ static const struct ndr_interface_call s
+@@ -33533,7 +33533,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_61),
                (ndr_push_flags_fn_t) ndr_push_spoolss_61,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_61,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33543,7 +33543,7 @@ static const struct ndr_interface_call s
+@@ -33542,7 +33542,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_62),
                (ndr_push_flags_fn_t) ndr_push_spoolss_62,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_62,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33552,7 +33552,7 @@ static const struct ndr_interface_call s
+@@ -33551,7 +33551,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_63),
                (ndr_push_flags_fn_t) ndr_push_spoolss_63,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_63,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33561,7 +33561,7 @@ static const struct ndr_interface_call s
+@@ -33560,7 +33560,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_64),
                (ndr_push_flags_fn_t) ndr_push_spoolss_64,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_64,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33570,7 +33570,7 @@ static const struct ndr_interface_call s
+@@ -33569,7 +33569,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_65),
                (ndr_push_flags_fn_t) ndr_push_spoolss_65,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_65,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33579,7 +33579,7 @@ static const struct ndr_interface_call s
+@@ -33578,7 +33578,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_GetCorePrinterDrivers),
                (ndr_push_flags_fn_t) ndr_push_spoolss_GetCorePrinterDrivers,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_GetCorePrinterDrivers,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33588,7 +33588,7 @@ static const struct ndr_interface_call s
+@@ -33587,7 +33587,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_67),
                (ndr_push_flags_fn_t) ndr_push_spoolss_67,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_67,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33597,7 +33597,7 @@ static const struct ndr_interface_call s
+@@ -33596,7 +33596,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_GetPrinterDriverPackagePath),
                (ndr_push_flags_fn_t) ndr_push_spoolss_GetPrinterDriverPackagePath,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_GetPrinterDriverPackagePath,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33606,7 +33606,7 @@ static const struct ndr_interface_call s
+@@ -33605,7 +33605,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_69),
                (ndr_push_flags_fn_t) ndr_push_spoolss_69,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_69,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33615,7 +33615,7 @@ static const struct ndr_interface_call s
+@@ -33614,7 +33614,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_6a),
                (ndr_push_flags_fn_t) ndr_push_spoolss_6a,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_6a,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33624,7 +33624,7 @@ static const struct ndr_interface_call s
+@@ -33623,7 +33623,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_6b),
                (ndr_push_flags_fn_t) ndr_push_spoolss_6b,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_6b,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33633,7 +33633,7 @@ static const struct ndr_interface_call s
+@@ -33632,7 +33632,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_6c),
                (ndr_push_flags_fn_t) ndr_push_spoolss_6c,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_6c,
                { 0, NULL },
                { 0, NULL },
        },
-@@ -33642,7 +33642,7 @@ static const struct ndr_interface_call s
+@@ -33641,7 +33641,7 @@ static const struct ndr_interface_call s
                sizeof(struct spoolss_6d),
                (ndr_push_flags_fn_t) ndr_push_spoolss_6d,
                (ndr_pull_flags_fn_t) ndr_pull_spoolss_6d,