Updated cdre

This commit is contained in:
Trial97
2020-01-21 17:57:42 +02:00
parent b1ded64add
commit ab6574297a

View File

@@ -255,7 +255,7 @@ func (cdre *CDRExporter) postCdr(cdr *CDR) (err error) {
if expMp, err = cdr.AsExportMap(cdre.exportTemplate.ContentFields, cdre.httpSkipTLSCheck, nil, cdre.filterS); err != nil {
return
}
var vals url.Values
vals := url.Values{}
for fld, val := range expMp {
vals.Set(fld, val)
}