Skip to content
Snippets Groups Projects
Commit 97c7c30a authored by rswindell's avatar rswindell
Browse files

If "hangup" event can't be opened in VDD_OPEN, log a warning, but don't fail.

parent e0983995
No related branches found
No related tags found
No related merge requests found
......@@ -525,10 +525,8 @@ __declspec(dllexport) void __cdecl VDDDispatch(void)
FALSE, /* inherit flag */
str); /* pointer to event-object name */
if(hangup_event==NULL) {
lprintf(LOG_ERR,"!VDD_OPEN: Error %d opening %s"
lprintf(LOG_WARNING,"!VDD_OPEN: Error %d opening %s"
,GetLastError(),str);
retval=4;
break;
}
status_poll=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment