fixing find_host_userid -- did this ever work?
[monkeysphere.git] / src / share / mh / revoke_hostname
index 7e4d573beab3fd038330f6582a0f38182c5a904b..b139cee0cdb4f6488a77797366ee5625fd16469c 100644 (file)
@@ -30,7 +30,7 @@ fi
 userID="ssh://${1}"
 
 # make sure the user ID to revoke
-uidIndex=$(find_host_userid) || \
+uidIndex=$(find_host_userid "$userID") || \
     failure "No non-revoked user ID found matching '$userID'."
 
 if [ "$PROMPT" = "true" ] ; then