Fix show dbusers

The functionality was broken by the change where the users were moved from
the service to the listener.
This commit is contained in:
Markus Mäkelä
2016-12-22 10:02:16 +02:00
parent d50e25b688
commit 7cbd62db52
3 changed files with 35 additions and 31 deletions

View File

@ -154,7 +154,7 @@ struct subcommand showoptions[] =
"Show user statistics",
"Show statistics and user names for a service's user table.\n"
"\t\tExample : show dbusers <ptr of 'User's data' from services list>|<service name>",
{ARG_TYPE_DBUSERS, 0, 0}
{ARG_TYPE_SERVICE, 0, 0}
},
{
"epoll", 0, 0, dprintPollStats,