diff options
| author | 2024-02-20 06:38:58 +0100 | |
|---|---|---|
| committer | 2024-02-20 06:38:58 +0100 | |
| commit | e6ef328e5a453c388a5409e8c4a405fbf8903dd1 (patch) | |
| tree | 2b433888ab60c1520f45a2f44a8cd5d035f7aca1 /data.c | |
| parent | Increased logging level for enqueue_verify_links(). (diff) | |
| download | snac2-e6ef328e5a453c388a5409e8c4a405fbf8903dd1.tar.gz snac2-e6ef328e5a453c388a5409e8c4a405fbf8903dd1.tar.xz snac2-e6ef328e5a453c388a5409e8c4a405fbf8903dd1.zip | |
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) | |||
| 2716 | } | 2716 | } |
| 2717 | 2717 | ||
| 2718 | /* unrelated to purging, but it's a janitorial process, so what the hell */ | 2718 | /* unrelated to purging, but it's a janitorial process, so what the hell */ |
| 2719 | enqueue_verify_links(snac); | 2719 | verify_links(snac); |
| 2720 | } | 2720 | } |
| 2721 | 2721 | ||
| 2722 | 2722 | ||