]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
double doh
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 29 May 2008 21:56:35 +0000 (21:56 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 29 May 2008 21:56:35 +0000 (21:56 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8728 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/event_handlers/mod_cdr_csv/mod_cdr_csv.c

index 7ac9b94587778db76c30842bd64f54e84a6f7fd5..10533ebce319b56da8117a0d5136a23fb90b267f 100644 (file)
@@ -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")) {