typo from merge
authorGerald Carter <jerry@samba.org>
Sat, 11 Jan 2003 02:36:13 +0000 (02:36 +0000)
committerGerald Carter <jerry@samba.org>
Sat, 11 Jan 2003 02:36:13 +0000 (02:36 +0000)
(This used to be commit 1f33b4acb32c5461b9249d3786ea5fc6898e5f18)

source3/rpc_server/srv_spoolss_nt.c

index 2fba89030eb06349f0a5567e4cee22305214b8ad..2a451adf93a1fc945f4616cc3a48c2d0a6025a4c 100644 (file)
@@ -1246,7 +1246,7 @@ void update_monitored_printq_cache( void )
                if ( (printer->printer_type == PRINTER_HANDLE_IS_PRINTER) 
                        && printer->notify.client_connected ) 
                {
-                       snum = print_queue_snum_dos(printer->dev.handlename);
+                       snum = print_queue_snum(printer->dev.handlename);
                        print_queue_status( snum, NULL, NULL );
                }