mirror of
https://github.com/samba-team/samba.git
synced 2025-08-24 21:49:29 +03:00
Portability fix from schmitz@hp.com (Joachim Schmitz) for bug #548.
Jeremy.
(This used to be commit 6677eba28a
)
This commit is contained in:
@ -1803,7 +1803,7 @@ Can't find printer handle we created for printer %s\n", name ));
|
||||
&& (RA_WIN2K == get_remote_arch()) )
|
||||
{
|
||||
DEBUG(10,("_spoolss_open_printer_ex: Enabling LAN/WAN hack for Win2k clients.\n"));
|
||||
usleep( 500000 );
|
||||
sys_usleep( 500000 );
|
||||
}
|
||||
|
||||
return WERR_OK;
|
||||
|
Reference in New Issue
Block a user