[svn-commits] branch bweschke/findme_followme r31839 -
/team/bweschke/findme_followme/apps/
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Sat Jun 3 14:58:40 MST 2006
Author: bweschke
Date: Sat Jun 3 16:58:39 2006
New Revision: 31839
URL: http://svn.digium.com/view/asterisk?rev=31839&view=rev
Log:
Oops. :(
Modified:
team/bweschke/findme_followme/apps/app_followme.c
Modified: team/bweschke/findme_followme/apps/app_followme.c
URL: http://svn.digium.com/view/asterisk/team/bweschke/findme_followme/apps/app_followme.c?rev=31839&r1=31838&r2=31839&view=diff
==============================================================================
--- team/bweschke/findme_followme/apps/app_followme.c (original)
+++ team/bweschke/findme_followme/apps/app_followme.c Sat Jun 3 16:58:39 2006
@@ -662,7 +662,7 @@
struct findme_user_listptr *findme_user_list;
int status;
- ast_calloc(1, sizeof(*findme_user_list));
+ findme_user_list = ast_calloc(1, sizeof(*findme_user_list));
AST_LIST_HEAD_INIT_NOLOCK(findme_user_list);
tpargs = (struct fm_args *)args;
More information about the svn-commits
mailing list