add missed 'd' parameter to rpc->struct_add format string
before patch

[root@sw4 kamailio]# kamcmd htable.stats
{
    name: some_htable
    slots: 4096
    all: 285304
    min: 43
}

after patch

[root@sw4 kamailio]# kamcmd htable.stats
{
    name: some_htable
    slots: 4096
    all: 285304
    min: 43
    max: 103
}

You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/436

Commit Summary

File Changes

Patch Links:


Reply to this email directly or view it on GitHub.