[Asterisk-cvs] asterisk/apps app_voicemail2.c,1.57,1.58
markster at lists.digium.com
markster at lists.digium.com
Tue Oct 21 21:46:16 CDT 2003
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv1650/apps
Modified Files:
app_voicemail2.c
Log Message:
Small SQL fix (bug #412)
Index: app_voicemail2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail2.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- app_voicemail2.c 14 Oct 2003 10:03:42 -0000 1.57
+++ app_voicemail2.c 22 Oct 2003 03:12:17 -0000 1.58
@@ -2926,9 +2926,10 @@
return(res);
}
+ if ((res = sql_init())) {
ast_log(LOG_WARNING, "SQL init\n");
- if ((res = sql_init()))
return res;
+ }
return res;
}
More information about the svn-commits
mailing list