瀏覽代碼

userblocklist: fix restart errors

(cherry picked from commit 778374aba27d81058869dba18b5dd0833893056a)
Stefan Mititelu 3 年之前
父節點
當前提交
d9c87c114b
共有 1 個文件被更改,包括 0 次插入1 次删除
  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;
 }