Browse Source

Fix typo in NetAdapter getenv JACK_NETJACK_INTERFACE

pull/26/head
Ruslan N. Marchenko 13 years ago
parent
commit
e35ec986e7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/JackNetAdapter.cpp

+ 1
- 1
common/JackNetAdapter.cpp View File

@@ -64,7 +64,7 @@ namespace Jack
strcpy(multicast_ip, DEFAULT_MULTICAST_IP);
}

const char* default_multicast_if = getenv("JACK_NETJACK_MULTICAST");
const char* default_multicast_if = getenv("JACK_NETJACK_INTERFACE");
if (default_multicast_if) {
strcpy(multicast_if, default_multicast_if);
} else {


Loading…
Cancel
Save