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
76c2acaa
Commit
76c2acaa
authored
Feb 07, 2007
by
Pekka Pessi
Browse files
nta.c: fixed set_timeout()
darcs-hash:20070207193205-55b16-47cd298f730fe360d6b51bb801f2552e740157ee.gz
parent
9d91fe8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
libsofia-sip-ua/nta/nta.c
View file @
76c2acaa
...
...
@@ -766,7 +766,7 @@ su_duration_t set_timeout(nta_agent_t *agent, su_duration_t offset)
SU_DEBUG_9
((
"nta: timer %s to %ld ms
\n
"
,
"set"
,
(
long
)
offset
));
su_timer_set_at
(
agent
->
sa_timer
,
agent_timer
,
agent
,
su_time_add
(
now
,
nex
t
));
su_time_add
(
now
,
offse
t
));
agent
->
sa_next
=
next
;
}
...
...
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