]> git.saurik.com Git - apple/security.git/blobdiff - securityd/src/pcscmonitor.cpp
Security-57031.30.12.tar.gz
[apple/security.git] / securityd / src / pcscmonitor.cpp
index caeea7c951d8c564e23db71c283a6d43379f5c2a..c08779ef3cacfcebc5f8169b97fff53aa7909d30 100644 (file)
@@ -45,6 +45,7 @@ PCSCMonitor::PCSCMonitor(Server &server, const char* pathToCache, ServiceLevel l
        : Listener(kNotificationDomainPCSC, SecurityServer::kNotificationAllEvents),
       server(server),
          mServiceLevel(level),
+      MachServer::Timer(true),
          mCachePath(pathToCache),
          mTokenCache(NULL)
 {