aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/Framework/OnDemandServer.mm
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/mac/Framework/OnDemandServer.mm')
-rw-r--r--src/client/mac/Framework/OnDemandServer.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/mac/Framework/OnDemandServer.mm b/src/client/mac/Framework/OnDemandServer.mm
index 11b126c2..38685460 100644
--- a/src/client/mac/Framework/OnDemandServer.mm
+++ b/src/client/mac/Framework/OnDemandServer.mm
@@ -116,7 +116,7 @@ void OnDemandServer::LaunchOnDemand() {
// and holding on to this port delays launching until the current process
// exits!
mach_port_deallocate(mach_task_self(), server_port_);
- server_port_ = NULL;
+ server_port_ = MACH_PORT_DEAD;
// Now, the service is still registered and all we need to do is send
// a mach message to the service port in order to launch the server.