* fhandler_serial.cc: Revert debug code accidentally checked in on

2014-08-18.
This commit is contained in:
Corinna Vinschen 2014-10-20 14:30:35 +00:00
parent 5cb6400ec2
commit 03a6a1e408
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-10-20 Corinna Vinschen <corinna@vinschen.de>
* fhandler_serial.cc: Revert debug code accidentally checked in on
2014-08-18.
2014-10-20 Corinna Vinschen <corinna@vinschen.de>
* path.cc (symlink_info::check): Set error from status code if opening

View File

@ -53,7 +53,7 @@ fhandler_serial::raw_read (void *ptr, size_t& ulen)
ulen, vmin_, vtime_, io_status.hEvent);
if (!overlapped_armed)
{
SetCommMask (get_handle (), EV_RXCHAR| EV_ERR | EV_BREAK | EV_CTS | EV_DSR | EV_RING | EV_RLSD | EV_RXFLAG);
SetCommMask (get_handle (), EV_RXCHAR);
ResetEvent (io_status.hEvent);
}