From: Gerald Carter Date: Mon, 24 Jun 2002 20:09:34 +0000 (+0000) Subject: compile fix X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=2e148c865acb5515340f4f1156fd49bea356e597;p=kai%2Fsamba.git compile fix (This used to be commit b07d6d4cebecd77314b123d83c7c2265eb62e1c1) --- diff --git a/source3/rpc_server/srv_spoolss_nt.c b/source3/rpc_server/srv_spoolss_nt.c index 56806823d1d..af8f1c48a65 100644 --- a/source3/rpc_server/srv_spoolss_nt.c +++ b/source3/rpc_server/srv_spoolss_nt.c @@ -6564,6 +6564,7 @@ WERROR _spoolss_addprinterdriver(pipes_struct *p, SPOOL_Q_ADDPRINTERDRIVER *q_u, NT_PRINTER_DRIVER_INFO_LEVEL driver; struct current_user user; fstring driver_name; + uint32 version; ZERO_STRUCT(driver);