[svn-commits] russell: branch group/upenn r104114 - /team/group/upenn/res/res_smdi.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Feb 25 18:09:39 CST 2008


Author: russell
Date: Mon Feb 25 18:09:38 2008
New Revision: 104114

URL: http://svn.digium.com/view/asterisk?view=rev&rev=104114
Log:
fix a place where an incorrect message could get returned

Modified:
    team/group/upenn/res/res_smdi.c

Modified: team/group/upenn/res/res_smdi.c
URL: http://svn.digium.com/view/asterisk/team/group/upenn/res/res_smdi.c?view=diff&rev=104114&r1=104113&r2=104114
==============================================================================
--- team/group/upenn/res/res_smdi.c (original)
+++ team/group/upenn/res/res_smdi.c Mon Feb 25 18:09:38 2008
@@ -427,9 +427,7 @@
 		diff = ast_tvdiff_ms(ast_tvnow(), start);
 	}
 
-	/* A timeout occurred, but try one last time ... */
-
-	return smdi_msg_pop(iface, type);
+	return NULL;
 }
 
 struct ast_smdi_md_message *ast_smdi_md_message_pop(struct ast_smdi_interface *iface)




More information about the svn-commits mailing list