mod_statsdx: Fix operating system statistics

This commit is contained in:
Holger Weiss 2015-02-16 00:01:06 +01:00
parent f445f6aa31
commit 214339814f
1 changed files with 1 additions and 1 deletions

View File

@ -804,7 +804,7 @@ received_response(From, {xmlel, <<"iq">>, Attrs, Elc}) ->
Client = get_tag_cdata_subtag(El, <<"name">>),
Version = get_tag_cdata_subtag(El, <<"version">>),
OS = get_tag_cdata_subtag(El, "os"),
OS = get_tag_cdata_subtag(El, <<"os">>),
{Client_id, OS_id} = identify(Client, OS),
ConnType = get_connection_type(User, Host, Resource),