From: Automerge Script Date: Fri, 8 Jun 2007 23:25:52 +0000 (+0000) Subject: automerge commit X-Git-Tag: 1.2.19-netsec~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7efc714a301a54b0dd61c8cf056cbd02142223f;p=thirdparty%2Fasterisk.git automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@68574 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_dictate.c b/apps/app_dictate.c index c54457360d..063ea11015 100644 --- a/apps/app_dictate.c +++ b/apps/app_dictate.c @@ -321,7 +321,7 @@ static int dictate_exec(struct ast_channel *chan, void *data) ast_set_read_format(chan, oldr); } LOCAL_USER_REMOVE(u); - return res; + return 0; } int unload_module(void)