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
936c69ea
Commit
936c69ea
authored
Jan 09, 2018
by
Erwan Croze
👋🏻
Committed by
Simon Morlat
Apr 30, 2018
Browse files
Fixing regid on register test
parent
444ec1ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tester/register_tester.c
tester/register_tester.c
+1
-1
No files found.
tester/register_tester.c
View file @
936c69ea
...
...
@@ -1336,7 +1336,7 @@ static void register_without_regid(void) {
if
(
cfg
)
{
const
LinphoneAddress
*
addr
=
linphone_proxy_config_get_contact
(
cfg
);
BC_ASSERT_PTR_NOT_NULL
(
addr
);
BC_ASSERT_PTR_
NOT_
NULL
(
strstr
(
linphone_address_as_string_uri_only
(
addr
),
"regid"
));
BC_ASSERT_PTR_NULL
(
strstr
(
linphone_address_as_string_uri_only
(
addr
),
"regid"
));
}
linphone_core_manager_destroy
(
marie
);
}
...
...
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