diff --git a/src/xml-rpc.c b/src/xml-rpc.c index d878f050..3ec900c4 100644 --- a/src/xml-rpc.c +++ b/src/xml-rpc.c @@ -70,7 +70,7 @@ void xml_get_stats(WS_CONNINFO *pwsc) { while(pci) { pss = ws_get_local_storage(pci); if(pss) { - ws_writefd(pwsc,"%d%s%s", + ws_writefd(pwsc,"%d%s%s", pss->thread,pss->host,pss->what); } pci=ws_thread_enum_next(config.server,&wste);