Index: trunk/Ohana/src/opihi/cmd.data/queuedrop.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.data/queuedrop.c	(revision 8192)
+++ trunk/Ohana/src/opihi/cmd.data/queuedrop.c	(revision 8427)
@@ -5,5 +5,4 @@
   int N;
   char *Key;
-  char *var;
   char *line;
   char *Value;
@@ -19,5 +18,5 @@
   }
 
-  if ((argc != 2) || (Key == -1)) {
+  if ((argc != 2) || (Key == NULL)) {
     gprint (GP_ERR, "USAGE: queuedrop (queue) [-key N value]\n");
     return (FALSE);
