projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bb2892
)
Fix small typos
author
Mark Spencer
<markster@digium.com>
Mon, 2 Feb 2004 23:22:57 +0000
(23:22 +0000)
committer
Mark Spencer
<markster@digium.com>
Mon, 2 Feb 2004 23:22:57 +0000
(23:22 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2115
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_sip.c
patch
|
blob
|
history
diff --git
a/channels/chan_sip.c
b/channels/chan_sip.c
index
0a167ec
..
9178a14
100755
(executable)
--- a/
channels/chan_sip.c
+++ b/
channels/chan_sip.c
@@
-6798,7
+6798,7
@@
int load_module()
ast_mutex_lock(®l.lock);
for (reg = regl.registrations; reg; reg = reg->next)
- sip_do_register(reg);
+ __sip_do_register(reg);
ast_mutex_unlock(®l.lock);
/* And start the monitor for the first time */