fixing return code error in openpgp2ssh, preparing for new release. monkeysphere_0.4-1
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Wed, 23 Jul 2008 03:22:56 +0000 (23:22 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Wed, 23 Jul 2008 03:22:56 +0000 (23:22 -0400)
debian/changelog
src/keytrans/openpgp2ssh.c

index 22f698bd3d17fb77c064672860538a8ee02e1a34..1711a69d878a5337be585fb2dbf6943fe2d95369 100644 (file)
@@ -1,7 +1,8 @@
-monkeysphere (0.4-1) UNRELEASED; urgency=low
+monkeysphere (0.4-1) experimental; urgency=low
 
-  [Daniel Kahn Gillmor]
-  * New version (switch UNRELEASED to experimental when ready)
+  [ Daniel Kahn Gillmor ]
+  * New version.
+  * Fixed return code error in openpgp2ssh
 
   [ Jameson Graef Rollins ]
   * Privilege separation: use monkeysphere user to handle maintenance of
@@ -14,7 +15,7 @@ monkeysphere (0.4-1) UNRELEASED; urgency=low
   * Add write permission check on authorized_keys, known_hosts, and
     authorized_user_ids files.
 
- -- Jameson Graef Rollins <jrollins@phys.columbia.edu>  Thu, 10 Jul 2008 16:47:17 -0400
+ -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Tue, 22 Jul 2008 21:50:17 -0400
 
 monkeysphere (0.3-1) experimental; urgency=low
 
index 5cc6cfa087e967e8e8afe49af2839073570fade6..36fb30a77d62b889714a21f0bc3db831ecbb02ec 100644 (file)
@@ -491,6 +491,8 @@ int main(int argc, char* argv[]) {
       err(0,"Translating public key\n");
 
       ret = emit_public_openssh_from_pgp(&pgp_crt, fingerprint, fpr_size);
+      if (ret != 0) 
+       return ret;
       
     } else {
       /* we have no idea what kind of key this is at all anyway! */