Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permissions module RPC array issue #747

Closed
kelchy opened this issue Aug 16, 2016 · 2 comments
Closed

Permissions module RPC array issue #747

kelchy opened this issue Aug 16, 2016 · 2 comments

Comments

@kelchy
Copy link
Contributor

kelchy commented Aug 16, 2016

using 4.4.2
on kamctl kamcmd permissions.addressDump

{
table: 80
group: 5
item: {
ip: 6x.x4.1x7.10
port: 50060
tag: 0
}
table: 120
group: 8
item: {
ip: 1x8.1x4.1x6.19
port: 50060
tag: 0
}
table: 122
group: 7
item: {
ip: 1x8.1x4.1x6.17
port: 50060
tag: 0
}
table: 122
group: 6
item: {
ip: 1x8.1x4.1x6.17
port: 50060
tag: 0
}
}

on jsonrpc-s

{ jsonrpc: '2.0',
result:
{ table: 122,
group: 6,
item: { ip: '1x8.1x4.1x6.17', port: 50060, tag: '0' } } }

@kelchy
Copy link
Contributor Author

kelchy commented Aug 18, 2016

fixed. pull request

#751

@miconda
Copy link
Member

miconda commented Sep 6, 2016

Fixed by 20a4f7e

@miconda miconda closed this as completed Sep 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants