diff options
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -2714,6 +2714,9 @@ void purge_user(snac *snac) | |||
| 2714 | int gc = index_gc(idx); | 2714 | int gc = index_gc(idx); |
| 2715 | srv_debug(1, xs_fmt("purge: %s %d", idx, gc)); | 2715 | srv_debug(1, xs_fmt("purge: %s %d", idx, gc)); |
| 2716 | } | 2716 | } |
| 2717 | |||
| 2718 | /* unrelated to purging, but it's a janitorial process, so what the hell */ | ||
| 2719 | enqueue_verify_links(snac); | ||
| 2717 | } | 2720 | } |
| 2718 | 2721 | ||
| 2719 | 2722 | ||