Skip to content

Commit

Permalink
Ensure that UpdateConfigObject sets the target zone
Browse files Browse the repository at this point in the history
refs #11684
  • Loading branch information
Michael Friedrich committed Nov 10, 2016
1 parent 7e0c486 commit 5dd4898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/remote/apilistener-configsync.cpp
Expand Up @@ -347,7 +347,7 @@ void ApiListener::UpdateConfigObject(const ConfigObject::Ptr& object, const Mess
if (!target)
target = Zone::GetLocalZone();

RelayMessage(origin, object, message, false);
RelayMessage(origin, target, message, false);
}
}

Expand Down

0 comments on commit 5dd4898

Please sign in to comment.