From f4d2a81d7fa375af270b95da25acea8b0a0150e5 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Mon, 18 Aug 2008 13:16:21 -0700 Subject: stupid big jimmy. fix bug in previous bug fix. --- src/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common b/src/common index 54ea9cb..9d7deb7 100644 --- a/src/common +++ b/src/common @@ -425,7 +425,7 @@ process_user_id() { # if the user ID does matches... if [ "$(echo "$uidfpr" | gpg_unescape)" = "$userID" ] ; then # and the user ID validity is ok - if [ "$validity" != 'u' -a "$validity" != 'f' ] ; then + if [ "$validity" = 'u' -o "$validity" = 'f' ] ; then # mark user ID acceptable uidOK=true fi -- cgit v1.2.3