Merge pull request #71 from gardenia/master

Changed signature of user_sessions_info to take binaries rather than strings
This commit is contained in:
badlop 2015-02-18 17:02:16 +01:00
commit 53c20de211
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ commands() ->
tags = [session],
desc = "Get information about all sessions of a user",
module = ?MODULE, function = user_sessions_info,
args = [{user, string}, {host, string}],
args = [{user, binary}, {host, binary}],
result = {sessions_info,
{list,
{session, {tuple,