[Asterisk-cvs] asterisk/apps app_sql_postgres.c,1.8,1.9
markster at lists.digium.com
markster at lists.digium.com
Sat Jan 1 15:21:14 CST 2005
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv4536/apps
Modified Files:
app_sql_postgres.c
Log Message:
List improvements from kpfleming (bugs #3166,#3140)
Index: app_sql_postgres.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_sql_postgres.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- app_sql_postgres.c 19 Dec 2004 21:13:41 -0000 1.8
+++ app_sql_postgres.c 1 Jan 2005 21:26:37 -0000 1.9
@@ -191,7 +191,7 @@
AST_LIST_TRAVERSE(headp,i,entries) {
if ((i->identifier==identifier) &&
(i->identifier_type==identifier_type)) {
- AST_LIST_REMOVE(headp,i,ast_PGSQL_id,entries);
+ AST_LIST_REMOVE(headp,i,entries);
free(i);
found=1;
break;
More information about the svn-commits
mailing list