Browse Source

Merge branch 'fix_cdr_logs' of https://github.com/1and1/rtpengine

changes/96/15296/17
Richard Fuchs 8 years ago
parent
commit
c8d60aed61
1 changed files with 2 additions and 5 deletions
  1. +2
    -5
      daemon/cdr.c

+ 2
- 5
daemon/cdr.c View File

@ -214,11 +214,8 @@ void cdr_update_entry(struct call* c) {
if (_log_facility_cdr)
++cdrlinecnt;
}
/* log it */
cdrlog(cdrbuffer);
}
/* log it */
cdrlog(cdrbuffer);
}

Loading…
Cancel
Save