summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'data.c')
-rw-r--r--data.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/data.c b/data.c
index 0d7765c..0d497bf 100644
--- a/data.c
+++ b/data.c
@@ -1064,8 +1064,6 @@ void purge_all(void)
1064 xs *list = user_list(); 1064 xs *list = user_list();
1065 char *p, *uid; 1065 char *p, *uid;
1066 1066
1067 srv_debug(1, xs_fmt("purge start"));
1068
1069 p = list; 1067 p = list;
1070 while (xs_list_iter(&p, &uid)) { 1068 while (xs_list_iter(&p, &uid)) {
1071 if (user_open(&snac, uid)) { 1069 if (user_open(&snac, uid)) {
@@ -1073,6 +1071,4 @@ void purge_all(void)
1073 user_free(&snac); 1071 user_free(&snac);
1074 } 1072 }
1075 } 1073 }
1076
1077 srv_debug(1, xs_fmt("purge end"));
1078} 1074}