mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
Merge DEBUG message on usleep on open.
Jeremy.
(This used to be commit 063a210448
)
This commit is contained in:
parent
df73ef2da5
commit
cd22a6ac90
@ -1778,6 +1778,7 @@ Can't find printer handle we created for printer %s\n", name ));
|
||||
if ( (printer_default->access_required == PRINTER_ACCESS_ADMINISTER)
|
||||
&& (RA_WIN2K == get_remote_arch()) )
|
||||
{
|
||||
DEBUG(10,("_spoolss_open_printer_ex: Enabling LAN/WAN hack for Win2k clients.\n"));
|
||||
usleep( 500000 );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user