This commit is contained in:
Michael Davidsaver
2017-07-18 17:51:34 +02:00
parent c7fd78af57
commit 63893dfc0a

View File

@ -24,8 +24,9 @@ void handler(int num)
{ {
(void)num; (void)num;
done = true; done = true;
if(subscription) pvac::MonitorSync *mon = subscription;
subscription->wake(); if(mon)
mon->wake();
} }
#endif #endif