mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 11:32:25 +00:00
Fix small typos
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2115 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user