diff options
author | rhatto <rhatto> | 2007-07-13 22:28:04 +0000 |
---|---|---|
committer | rhatto <rhatto> | 2007-07-13 22:28:04 +0000 |
commit | 07149fdddef9a3724fec78177cc86a29044ce5ac (patch) | |
tree | b17797c5ab3832ce222e9815c1cf9402e714df20 | |
parent | 5f243adc1b82fb81a976f14c7ba95867879da1f9 (diff) | |
download | firma-07149fdddef9a3724fec78177cc86a29044ce5ac.tar.gz firma-07149fdddef9a3724fec78177cc86a29044ce5ac.tar.bz2 |
small fix
-rwxr-xr-x | firma | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1598,12 +1598,7 @@ function SubscribeUsers { fi fi if CheckValidEmail $2; then - if [[ "$MODE" == "admin-interactive" ]]; then - method="--search-keys" - else - AdminLog "subscribe: please use a keyid instead of an email when in the non-interactive admin mode" - return_code=1 - fi + method="--search-keys" else method="--recv-keys" fi |