1
0
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:
Jeremy Allison
2003-10-02 17:36:47 +00:00
parent b1ca1d9134
commit 3092718ab1

View File

@ -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;