make s_stats.c compile
This commit is contained in:
parent
e410dcf545
commit
c626889a84
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ count_memory(struct Client *source_p)
|
||||||
|
|
||||||
class_count = rb_dlink_list_length(&class_list) + 1;
|
class_count = rb_dlink_list_length(&class_list) + 1;
|
||||||
|
|
||||||
count_linebuf_memory(&linebuf_count, &linebuf_memory_used);
|
rb_count_rb_linebuf_memory(&linebuf_count, &linebuf_memory_used);
|
||||||
|
|
||||||
sendto_one_numeric(source_p, RPL_STATSDEBUG,
|
sendto_one_numeric(source_p, RPL_STATSDEBUG,
|
||||||
"z :Users %u(%lu) Invites %u(%lu)",
|
"z :Users %u(%lu) Invites %u(%lu)",
|
||||||
|
|
Loading…
Reference in a new issue