Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
5c73f594
Unverified
Commit
5c73f594
authored
Jul 06, 2018
by
Don Gagne
Committed by
GitHub
Jul 06, 2018
Browse files
Merge pull request #6672 from Vavooon/master
Update hosts list on UDP Configuration creation
parents
40d3d6fd
827d86a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/comm/UDPLink.cc
View file @
5c73f594
...
...
@@ -405,6 +405,7 @@ void UDPConfiguration::_copyFrom(LinkConfiguration *source)
if
(
!
contains_target
(
_targetHosts
,
target
->
address
,
target
->
port
))
{
UDPCLient
*
newTarget
=
new
UDPCLient
(
target
);
_targetHosts
.
append
(
newTarget
);
_updateHostList
();
}
}
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment