From: Sean Bright Date: Wed, 2 Jul 2008 14:30:09 +0000 (+0000) Subject: Fix a bug I noticed while doing the previous merge X-Git-Tag: 1.6.2.0-beta1~1813 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=097ac9803479d226537bd491cb8c9943403bd7f2;p=thirdparty%2Fasterisk.git Fix a bug I noticed while doing the previous merge git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@127398 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/cdr/cdr_tds.c b/cdr/cdr_tds.c index 9688c167c9..8654c80d5a 100644 --- a/cdr/cdr_tds.c +++ b/cdr/cdr_tds.c @@ -228,7 +228,7 @@ done: ast_free(lastdata); ast_free(uniqueid); - return 0; + return res; } static char *anti_injection(const char *str, int len)