snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit e6ef328e5a453c388a5409e8c4a405fbf8903dd1
parent 4806c4ef7e5def3508b27eddf32f2f549862eb70
Author: default <nobody@localhost>
Date:   Tue, 20 Feb 2024 06:38:58 +0100

Call verify_links() instead of enqueue_verify_links() from purge_user().

Diffstat:
Mdata.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data.c b/data.c @@ -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); }