summaryrefslogtreecommitdiff
path: root/common/JackGenericClientChannel.cpp
diff options
context:
space:
mode:
authorYouri Westerman <tetracon@gmail.com>2015-02-20 16:35:12 +0100
committerYouri Westerman <tetracon@gmail.com>2015-02-20 16:35:12 +0100
commit0b6616369ac4a70741ac082237f7c2af7e9b678f (patch)
tree4c9ed5b91648e2d8018159e717af357ae15d162c /common/JackGenericClientChannel.cpp
parent3225446e989bf3bfe4897ffdfb96cef3a8c1444e (diff)
downloadjack2-0b6616369ac4a70741ac082237f7c2af7e9b678f.tar.gz
Preserving original status
Diffstat (limited to 'common/JackGenericClientChannel.cpp')
-rw-r--r--common/JackGenericClientChannel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/JackGenericClientChannel.cpp b/common/JackGenericClientChannel.cpp
index df7b038f..46e71619 100644
--- a/common/JackGenericClientChannel.cpp
+++ b/common/JackGenericClientChannel.cpp
@@ -102,7 +102,7 @@ void JackGenericClientChannel::ClientCheck(const char* name, int uuid, char* nam
JackClientCheckRequest req(name, protocol, options, uuid, open);
JackClientCheckResult res;
ServerSyncCall(&req, &res, result);
- *status = res.fStatus;
+ *status |= res.fStatus;
strcpy(name_res, res.fName);
}