Attempt to fix the build
authorVolker Lendecke <vl@samba.org>
Fri, 3 Jul 2009 20:32:31 +0000 (22:32 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 3 Jul 2009 20:33:21 +0000 (22:33 +0200)
source3/rpc_server/srv_spoolss_nt.c

index 5c9f60f100d1c72acb1b44ef03885139882bb515..9d7216820293b368d4829aba789adebd97edb47b 100644 (file)
@@ -7677,12 +7677,12 @@ WERROR _spoolss_AddPrinterEx(pipes_struct *p,
 WERROR _spoolss_AddPrinter(pipes_struct *p,
                           struct spoolss_AddPrinter *r)
 {
-       struct _spoolss_AddPrinterEx a;
+       struct spoolss_AddPrinterEx a;
        struct spoolss_UserLevelCtr userlevel_ctr;
 
        ZERO_STRUCT(userlevel_ctr);
 
-       user_level_ctr.level = 1;
+       userlevel_ctr.level = 1;
 
        a.in.server             = r->in.server;
        a.in.info_ctr           = r->in.info_ctr;