Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
7a9a12e6
Commit
7a9a12e6
authored
Jan 31, 2017
by
Sylvain Berfini
🎩
Browse files
Fixed tunnel dual mode config read from file
parent
567fac04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
coreapi/linphone_tunnel.cc
coreapi/linphone_tunnel.cc
+1
-0
No files found.
coreapi/linphone_tunnel.cc
View file @
7a9a12e6
...
...
@@ -125,6 +125,7 @@ static LinphoneTunnelConfig *linphone_tunnel_config_from_string(const char *str)
}
if
(
pos
>=
2
)
{
tunnel_config
=
linphone_tunnel_config_new
();
linphone_tunnel_config_set_remote_udp_mirror_port
(
tunnel_config
,
-
1
);
linphone_tunnel_config_set_host
(
tunnel_config
,
host
);
linphone_tunnel_config_set_port
(
tunnel_config
,
port
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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