fixed status command in console

This commit is contained in:
Radu Ioan Fericean
2014-11-27 14:52:06 +02:00
parent 3e03b328b0
commit 98d3bd6cde

View File

@@ -50,7 +50,7 @@ func (self *CmdStatus) RpcParams() interface{} {
}
func (self *CmdStatus) RpcResult() interface{} {
var s string
var s map[string]interface{}
return &s
}