Explorar el Código

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

default hace 2 años
padre
commit
e6ef328e5a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 */
-    enqueue_verify_links(snac);
+    verify_links(snac);
 }