[sr-dev] git:master: carrierroute: port from 1.5 branch, r5876, remove dead code ( double return)

Henning Westerholt henning.westerholt at 1und1.de
Tue Jun 30 14:21:04 CEST 2009


Module: sip-router
Branch: master
Commit: a06115db66feb2aa2b70afe5f98e02d7ba3b51d0
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a06115db66feb2aa2b70afe5f98e02d7ba3b51d0

Author: Henning Westerholt <henning.westerholt at 1und1.de>
Committer: Henning Westerholt <henning.westerholt at 1und1.de>
Date:   Tue Jun 30 14:12:28 2009 +0200

carrierroute: port from 1.5 branch, r5876, remove dead code (double return)

---

 modules/carrierroute/cr_fifo.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/carrierroute/cr_fifo.c b/modules/carrierroute/cr_fifo.c
index 065cdc1..48b7267 100644
--- a/modules/carrierroute/cr_fifo.c
+++ b/modules/carrierroute/cr_fifo.c
@@ -162,7 +162,6 @@ struct mi_root* dump_fifo (struct mi_root* cmd_tree, void *param) {
 	}
 	release_data (rd);
 	return rpl_tree;
-	return 0;
 
 error:
 	release_data (rd);




More information about the sr-dev mailing list