Go to file
Christophe Fergeau 8ca8687fcc Fix = use instead of ==
When checking for ConnectNamedPipe status, the error check uses
if ( err = ERROR_IO_PENDING) instead of using == which causes this
error check to always trigger. This commit fixes this, however it
needs careful testing since the fact that it went unnoticed means
the code with the bug was working as expected. Maybe changing it
will cause unexpected regressions.
2012-02-23 18:55:24 +01:00
common vdlog: change log times to human readable date & time rhbz#672828 2011-11-21 14:10:55 +02:00
tests clipboard tester 2010-08-23 19:43:39 +03:00
vdagent vdagent: fix cursor position sync on multimon rhbz#757819 2012-02-05 11:52:58 +02:00
vdservice Fix = use instead of == 2012-02-23 18:55:24 +01:00
vdagent.sln spice: vdagent: upgrade solution & projects to vs2008 2010-08-23 18:52:16 +03:00