cscvs to tla changeset 82
authorJonathan McDowell <noodles@earth.li>
Mon, 31 May 2004 23:47:45 +0000 (23:47 +0000)
committerJonathan McDowell <noodles@earth.li>
Mon, 31 May 2004 23:47:45 +0000 (23:47 +0000)
Author: noodles
Date: 2003/06/07 13:37:33
Check that we have a keyid for the "get" operation.

onak.c

diff --git a/onak.c b/onak.c
index e2622e445a2e3658fd71aac5ff69d7718793bf09..bba213b57b703c9cabed79165bde3631716f8134 100644 (file)
--- a/onak.c
+++ b/onak.c
@@ -7,7 +7,7 @@
  * 
  * Copyright 2002 Project Purple
  *
- * $Id: onak.c,v 1.13 2003/06/04 20:57:12 noodles Exp $
+ * $Id: onak.c,v 1.14 2003/06/07 13:37:33 noodles Exp $
  */
 
 #include <stdio.h>
@@ -193,7 +193,10 @@ int main(int argc, char *argv[])
                } else if (!strcmp("delete", argv[optind])) {
                        delete_key(getfullkeyid(keyid), false);
                } else if (!strcmp("get", argv[optind])) {
-                       if (fetch_key(keyid, &keys, false)) {
+                       if (!ishex) {
+                               puts("Can't get a key on uid text."
+                                       " You must supply a keyid.");
+                       } else if (fetch_key(keyid, &keys, false)) {
                                logthing(LOGTHING_INFO, "Got key.");
                                flatten_publickey(keys,
                                                &packets,