diff options
author | Matt Goins <mjgoins@openflows.com> | 2009-01-31 23:59:15 -0500 |
---|---|---|
committer | Matt Goins <mjgoins@openflows.com> | 2009-01-31 23:59:15 -0500 |
commit | a8aa9a5f0d1d1e3832fee0b36f3462992bb5d142 (patch) | |
tree | 2019f0654e3df9f4f82c0a7b6656f5716bea8085 /src/share/common | |
parent | b5cdb9cff70a5ab6982e79c7acd0c9bc0a010c49 (diff) | |
parent | bbbc5bb8accf1db41d6a95e227f028376823cddf (diff) |
Merge commit 'jrollins/master'
Diffstat (limited to 'src/share/common')
-rw-r--r-- | src/share/common | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/share/common b/src/share/common index ef931ca..9adae05 100644 --- a/src/share/common +++ b/src/share/common @@ -533,12 +533,6 @@ gpg_fetch_userid() { --search ="$userID" > /dev/null 2>&1 returnCode="$?" - # if the user is the monkeysphere user, then update the - # monkeysphere user's trustdb - if [ $(id -un) = "$MONKEYSPHERE_USER" ] ; then - gpg_authentication "--check-trustdb" > /dev/null 2>&1 - fi - return "$returnCode" } |