summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-12-03 16:12:49 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-12-03 16:12:49 +0000
commitbf771ce1afd902f82bcb96bc6a28ee3270b20e12 (patch)
tree67cce0cb4b5818f4c1094cfc62abf9630cfd7df1 /bin
parent4ea060838a0a5e24efb2b30e572570d1b408e4f8 (diff)
downloadgitano-bf771ce1afd902f82bcb96bc6a28ee3270b20e12.tar.gz
Ensure gitano-auth passes the keytag through and that gitano.auth.is_authorized uses it
Diffstat (limited to 'bin')
-rw-r--r--bin/gitano-auth.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gitano-auth.in b/bin/gitano-auth.in
index dea7328..2dc6184 100644
--- a/bin/gitano-auth.in
+++ b/bin/gitano-auth.in
@@ -37,7 +37,7 @@ end
local authorized, cmd, parsed_cmdline, config, env, repo =
gitano.auth.is_authorized(user, "ssh", cmdline, repo_root,
- transactionid, start_log_level)
+ transactionid, start_log_level, keytag)
if authorized then
local exit = gitano.util.run_command(cmd, cmdline, parsed_cmdline,