whitespace fix

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@286956 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Jeff Peeler 16 years ago
parent fa2b4c0196
commit a91c96ba5d

@ -5401,7 +5401,7 @@ static int forward_message(struct ast_channel *chan, char *context, struct vm_st
valid_extensions = 0;
break;
}
capacity = receiver->maxmsg - inprocess_count(receiver->mailbox, receiver->context, +1);
capacity = receiver->maxmsg - inprocess_count(receiver->mailbox, receiver->context, +1);
if ((newmsgs + oldmsgs) >= capacity) {
ast_log(LOG_NOTICE, "Mailbox '%s' is full with capacity of %d, prompting for another extension.\n", s, capacity);
res = ast_play_and_wait(chan, "vm-mailboxfull");

Loading…
Cancel
Save