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
external
sofia-sip
Commits
93ccbc12
Commit
93ccbc12
authored
Mar 05, 2011
by
Pekka Pessi
Browse files
test_sip_events: fix race in unsub test case
parent
ee00c7fa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
tests/test_sip_events.c
tests/test_sip_events.c
+3
-1
No files found.
tests/test_sip_events.c
View file @
93ccbc12
...
...
@@ -311,9 +311,11 @@ int test_events(struct context *ctx)
if
(
print_headings
)
printf
(
"TEST NUA-12.5: un-SUBSCRIBE
\n
"
);
memset
(
&
a
->
flags
,
0
,
sizeof
a
->
flags
);
UNSUBSCRIBE
(
a
,
a_call
,
a_call
->
nh
,
TAG_END
());
run_ab_until
(
ctx
,
-
1
,
save_until_
final
_respon
se
,
run_ab_until
(
ctx
,
-
1
,
save_until_
notified_and
_respon
ded
,
-
1
,
save_until_subscription
);
/* Client events:
...
...
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