diff options
author | default <nobody@localhost> | 2024-02-20 06:38:58 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-02-20 06:38:58 +0100 |
commit | e6ef328e5a453c388a5409e8c4a405fbf8903dd1 (patch) | |
tree | 2b433888ab60c1520f45a2f44a8cd5d035f7aca1 /data.c | |
parent | 4806c4ef7e5def3508b27eddf32f2f549862eb70 (diff) |
Call verify_links() instead of enqueue_verify_links() from purge_user().
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2716,7 +2716,7 @@ void purge_user(snac *snac) } /* unrelated to purging, but it's a janitorial process, so what the hell */ - enqueue_verify_links(snac); + verify_links(snac); } |