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;
done = true;
if(subscription)
subscription->wake();
pvac::MonitorSync *mon = subscription;
if(mon)
mon->wake();
}
#endif