Explorar el Código

userblocklist: fix restart errors

(cherry picked from commit 778374aba27d81058869dba18b5dd0833893056a)
Stefan Mititelu hace 3 años
padre
commit
d9c87c114b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/modules/userblocklist/db_userblocklist.c

+ 0 - 1
src/modules/userblocklist/db_userblocklist.c

@@ -91,7 +91,6 @@ int userblocklist_db_init(void) {
 		userblocklist_db_close();
 		return -1;
 	}
-	userblocklist_db_close();
 	return 0;
 }