summaryrefslogtreecommitdiff
path: root/src/share/common
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-01-31 23:44:38 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-01-31 23:44:38 -0500
commitbbbc5bb8accf1db41d6a95e227f028376823cddf (patch)
tree6b579205e538dd7033ec78dbd373582f328c9311 /src/share/common
parent2e534772b9b105ceabfe140d1552770b5c9d76ea (diff)
fix some things bugs from the separation transition, and try to fix the test scripts
Diffstat (limited to 'src/share/common')
-rw-r--r--src/share/common6
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"
}