fix some things bugs from the separation transition, and try to fix the test scripts
[monkeysphere.git] / src / share / common
index ef931ca4bc7a20282be621bfa533830c9cfef8bb..9adae05e894a5a8aedeca0d5bdd41f122b897a44 100644 (file)
@@ -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"
 }