diff options
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); } |