diff options
author | default <nobody@localhost> | 2022-10-17 11:18:09 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-10-17 11:18:09 +0200 |
commit | c7ff714710f42368b15f7f778c6b8528e045ab77 (patch) | |
tree | 1e5abd6b50735acfe27687bc2ad0b47575424147 /data.c | |
parent | 3462ecc950676be944766b0ef7999e1382682e19 (diff) |
New thread for purge.
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1064,8 +1064,6 @@ void purge_all(void) xs *list = user_list(); char *p, *uid; - srv_debug(1, xs_fmt("purge start")); - p = list; while (xs_list_iter(&p, &uid)) { if (user_open(&snac, uid)) { @@ -1073,6 +1071,4 @@ void purge_all(void) user_free(&snac); } } - - srv_debug(1, xs_fmt("purge end")); } |