Skip to content

Commit

Permalink
Merge pull request #37 from subbed74/patch-1
Browse files Browse the repository at this point in the history
Fixed use of the wrong database
  • Loading branch information
vasyahuyasa authored Jun 8, 2017
2 parents fc37d8c + 27886c9 commit e729c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/modules/syncauth.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ auth_load_from_db = [
db_init $auth_db

authkeys_query = (format "SELECT name, pubkey, rights FROM %1 WHERE enabled='1'" $auth_table)
qh = (db_query $authkeys_query $flagrun_db)
qh = (db_query $authkeys_query $auth_db)

// check for errors
if (= $qh -1) [
Expand Down

0 comments on commit e729c4b

Please sign in to comment.