diff options
author | Jameson Rollins <jrollins@finestructure.net> | 2010-01-10 17:06:39 -0500 |
---|---|---|
committer | Jameson Rollins <jrollins@finestructure.net> | 2010-01-10 17:06:39 -0500 |
commit | b3f25b417bf6557364047ed6dd0ce8ebf7e8b697 (patch) | |
tree | 2c6ba11a343b0522163c2d48d95c29674305def0 /src/monkeysphere-authentication | |
parent | 34da0040c8d4a76d922dee21cc9bd35230b9c6a5 (diff) |
Clean up REQUIRED_KEY_CAPABILITY option passing to process_user_id.
Get rid of 'MODE' stuff, since it was not very clear and wasn't really
being used.
Diffstat (limited to 'src/monkeysphere-authentication')
-rwxr-xr-x | src/monkeysphere-authentication | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/monkeysphere-authentication b/src/monkeysphere-authentication index df7d9bc..f00bf5e 100755 --- a/src/monkeysphere-authentication +++ b/src/monkeysphere-authentication @@ -136,7 +136,6 @@ LOG_PREFIX=${MONKEYSPHERE_LOG_PREFIX:='ms: '} # export variables needed in su invocation export DATE -export MODE export LOG_LEVEL export KEYSERVER export MONKEYSPHERE_USER |