From: Anthony Minessale Date: Thu, 29 May 2008 21:56:35 +0000 (+0000) Subject: double doh X-Git-Tag: v1.0.1~432 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64921f7ef64802d2c0dc25b13dffe23391edb1be;p=thirdparty%2Ffreeswitch.git double doh git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8728 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/event_handlers/mod_cdr_csv/mod_cdr_csv.c b/src/mod/event_handlers/mod_cdr_csv/mod_cdr_csv.c index 7ac9b94587..10533ebce3 100644 --- a/src/mod/event_handlers/mod_cdr_csv/mod_cdr_csv.c +++ b/src/mod/event_handlers/mod_cdr_csv/mod_cdr_csv.c @@ -312,7 +312,7 @@ static switch_status_t load_config(switch_memory_pool_t *pool) globals.legs |= CDR_LEG_A; } - if (strchr(val, 'a')) { + if (strchr(val, 'b')) { globals.legs |= CDR_LEG_B; } } else if (!strcasecmp(var, "log-base")) {