Console cdr_exporter result updated

This commit is contained in:
TeoV
2017-11-17 13:42:29 +02:00
committed by Dan Christian Bogos
parent ad29fd5785
commit e9a765ac02

View File

@@ -57,5 +57,6 @@ func (self *CmdExportCdrs) PostprocessRpcParams() error {
}
func (self *CmdExportCdrs) RpcResult() interface{} {
return new(v1.ArgExportCDRs)
var reply *v1.RplExportedCDRs
return &reply
}