[asterisk-commits] trunk r10465 - in /trunk: ./ apps/app_voicemail.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Sun Feb 19 10:27:40 MST 2006
Author: tilghman
Date: Sun Feb 19 11:27:39 2006
New Revision: 10465
URL: http://svn.digium.com/view/asterisk?rev=10465&view=rev
Log:
Merged revisions 10464 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r10464 | tilghman | 2006-02-19 11:26:31 -0600 (Sun, 19 Feb 2006) | 2 lines
Fix possible lack of initialization of useadsi
........
Modified:
trunk/ (props changed)
trunk/apps/app_voicemail.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.
Modified: trunk/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_voicemail.c?rev=10465&r1=10464&r2=10465&view=diff
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Sun Feb 19 11:27:39 2006
@@ -4932,7 +4932,7 @@
struct ast_vm_user *res_vmu, const char *context, const char *prefix,
int skipuser, int maxlogins, int silent)
{
- int useadsi, valid=0, logretries=0;
+ int useadsi=0, valid=0, logretries=0;
char password[AST_MAX_EXTENSION]="", *passptr;
struct ast_vm_user vmus, *vmu = NULL;
More information about the asterisk-commits
mailing list