]> granicus.if.org Git - mutt/commitdiff
Fix smime_keys.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 7 Feb 2002 16:33:30 +0000 (16:33 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 7 Feb 2002 16:33:30 +0000 (16:33 +0000)
smime_keys.pl

index b0171da8a432c81a221f51e9b095954fc8bcba12..9eebabbfb87380d6cacbf44cda8d363ba7d42cc5 100755 (executable)
@@ -382,7 +382,7 @@ sub add_entry ($$$$$) {
 sub add_certificate ($$$$;$) {
     my $filename = shift or die;
     my $hashvalue = shift or die;
-    my $add_to_index = shift or die;
+    my $add_to_index = shift;
     my $label = shift or die;
     my $issuer_hash = shift;