From aa68c67537c481208eef084021ad77113be932a7 Mon Sep 17 00:00:00 2001
From: Mark Spencer <markster@digium.com>
Date: Fri, 21 Nov 2003 22:07:45 +0000
Subject: [PATCH] Fix martin's typo

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1780 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 apps/app_voicemail.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 4c28d16a77..9626d01676 100755
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -1949,7 +1949,7 @@ forward_message(struct ast_channel *chan, char *context, char *dir, int curmsg,
 					attach_user_voicemail = receiver->attach;
 				if (strlen(receiver->serveremail))
 					myserveremail = receiver->serveremail;
-		      sendmail(myserveremail, receiver, todircount, username, callerid, fn, tmp, duration), attach_user_voicemail);
+		      sendmail(myserveremail, receiver, todircount, username, callerid, fn, tmp, duration, attach_user_voicemail);
 	      }
 	     
 			if (strlen(receiver->pager)) {
-- 
GitLab