Ver código fonte

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

default 2 anos atrás
pai
commit
e6ef328e5a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      data.c

+ 1 - 1
data.c

@@ -2716,7 +2716,7 @@ void purge_user(snac *snac)
     }
     }
 
 
     /* unrelated to purging, but it's a janitorial process, so what the hell */
     /* unrelated to purging, but it's a janitorial process, so what the hell */
-    enqueue_verify_links(snac);
+    verify_links(snac);
 }
 }