Another temp. hack: disable sleep watching in securityd server

This commit is contained in:
Ariel Abreu 2020-11-06 14:47:54 -05:00
parent 3da68df726
commit 4c14bf33ee
No known key found for this signature in database
GPG Key ID: ECF8C2B9E8AD3E6B

View File

@ -58,8 +58,10 @@ Server::Server(CodeSignatures &signatures, const char *bootstrapName)
// make me eternal (in the object mesh)
ref();
#ifndef DARLING
// engage the subsidiary port handler for sleep notifications
add(sleepWatcher);
#endif
}