automerge commit

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@68574 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Automerge Script
2007-06-08 23:25:52 +00:00
parent 513c40ddc1
commit a7efc714a3

View File

@@ -321,7 +321,7 @@ static int dictate_exec(struct ast_channel *chan, void *data)
ast_set_read_format(chan, oldr); ast_set_read_format(chan, oldr);
} }
LOCAL_USER_REMOVE(u); LOCAL_USER_REMOVE(u);
return res; return 0;
} }
int unload_module(void) int unload_module(void)