Hi there here usleep() is used instead of sys_usleep(): --- source/rpc_server/srv_spoolss_nt.c.orig 2003-08-28 23:42:45.000000000 +0200 +++ source/rpc_server/srv_spoolss_nt.c 2003-09-30 12:26:09.000000000 +0200 @@ -1803,7 +1803,7 @@ && (RA_WIN2K == get_remote_arch()) ) { DEBUG(10,("_spoolss_open_printer_ex: Enabling LAN/WAN hack for W in2k clients.\n")); - usleep( 500000 ); + sys_usleep( 500000 ); } return WERR_OK; Bye, Jojo
Applied, thanks. Jeremy.
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.