summaryrefslogtreecommitdiff
path: root/common/JackNetInterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/JackNetInterface.cpp')
-rw-r--r--common/JackNetInterface.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/JackNetInterface.cpp b/common/JackNetInterface.cpp
index 901da5f9..f20e659a 100644
--- a/common/JackNetInterface.cpp
+++ b/common/JackNetInterface.cpp
@@ -612,7 +612,7 @@ namespace Jack
// set the parameters to send
strcpy(fParams.fPacketType, "params");
- fParams.fProtocolVersion = SLAVE_PROTOCOL;
+ fParams.fProtocolVersion = NETWORK_PROTOCOL;
SetPacketType(&fParams, SLAVE_AVAILABLE);
// init loop : get a master and start, do it until connection is ok
@@ -647,7 +647,7 @@ namespace Jack
// set the parameters to send
strcpy(fParams.fPacketType, "params");
- fParams.fProtocolVersion = SLAVE_PROTOCOL;
+ fParams.fProtocolVersion = NETWORK_PROTOCOL;
SetPacketType(&fParams, SLAVE_AVAILABLE);
net_status_t status;