Skip to content

Commit

Permalink
Merge branch '0.10' into windows
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Jan 1, 2016
2 parents 5727305 + 5446726 commit 3dc6311
Show file tree
Hide file tree
Showing 4 changed files with 171 additions and 96 deletions.
7 changes: 3 additions & 4 deletions plugins/artnet/ArtNetDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,9 @@ bool ArtNetDevice::StartHook() {
ola::network::InterfacePicker::NewPicker());
ola::network::InterfacePicker::Options options;
options.include_loopback = m_preferences->GetValueAsBool(K_LOOPBACK_KEY);
if (!picker->ChooseInterface(
&iface,
m_preferences->GetValue(K_IP_KEY),
options)) {
if (!picker->ChooseInterface(&iface,
m_preferences->GetValue(K_IP_KEY),
options)) {
OLA_INFO << "Failed to find an interface";
return false;
}
Expand Down
Loading

0 comments on commit 3dc6311

Please sign in to comment.