summaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
authorStephane Letz <letz@grame.fr>2013-01-09 16:05:48 +0100
committerStephane Letz <letz@grame.fr>2013-01-09 16:05:48 +0100
commite111f2ac8fd9309d2911b0e36e0579094fe2d7a5 (patch)
tree2a299bb812d7674a0c98249765e3dc506634f293 /posix
parentc2835c20b549b3f11ce8491ed46c754b05c4afa2 (diff)
downloadjack2-e111f2ac8fd9309d2911b0e36e0579094fe2d7a5.tar.gz
Protect shared fSynchroTable access with a mutex.
Diffstat (limited to 'posix')
-rw-r--r--posix/JackSocketServerNotifyChannel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/posix/JackSocketServerNotifyChannel.cpp b/posix/JackSocketServerNotifyChannel.cpp
index 5f4b6032..4904b6ea 100644
--- a/posix/JackSocketServerNotifyChannel.cpp
+++ b/posix/JackSocketServerNotifyChannel.cpp
@@ -34,7 +34,6 @@ int JackSocketServerNotifyChannel::Open(const char* server_name)
return -1;
} else {
fRequestSocket.SetNonBlocking(true);
- JackServerGlobals::fRTNotificationSocket = fRequestSocket.GetFd();
return 0;
}
}