1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-08 05:57:51 +03:00

typo from merge

(This used to be commit 1f33b4acb32c5461b9249d3786ea5fc6898e5f18)
This commit is contained in:
Gerald Carter 2003-01-11 02:36:13 +00:00
parent 0cd43ecb80
commit 27b05b4df9

View 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 );
}