Fix small typos

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2115 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2004-02-02 23:22:57 +00:00
parent 5bb289262e
commit bc06fe3b51
1 changed files with 1 additions and 1 deletions

View File

@ -6798,7 +6798,7 @@ int load_module()
ast_mutex_lock(&regl.lock);
for (reg = regl.registrations; reg; reg = reg->next)
sip_do_register(reg);
__sip_do_register(reg);
ast_mutex_unlock(&regl.lock);
/* And start the monitor for the first time */