dect
/
asterisk
Archived
13
0
Fork 0

Fix small typos

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2115 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2004-02-02 23:22:57 +00:00
parent 30e4066e71
commit 490b2c4412
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 */