Skip to content

Commit

Permalink
removed bad function call
Browse files Browse the repository at this point in the history
  • Loading branch information
imgurbot12 committed Sep 15, 2017
1 parent 0326760 commit 4006d8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sql.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,5 @@ func init() {
checkExists(db, "rules")
checkExists(db, "whitelist")
checkExists(db, "blacklist")
// load fw rules from sql table
sqlLoadRules()
db.Close()
}

0 comments on commit 4006d8e

Please sign in to comment.