Browse Source

userblocklist: fix restart errors

(cherry picked from commit 778374aba27d81058869dba18b5dd0833893056a)
Stefan Mititelu 3 years ago
parent
commit
d9c87c114b
1 changed files with 0 additions and 1 deletions
  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();
 		userblocklist_db_close();
 		return -1;
 		return -1;
 	}
 	}
-	userblocklist_db_close();
 	return 0;
 	return 0;
 }
 }