another last minute bug i introduced. found by jturner
authortedu <tedu@openbsd.org>
Tue, 31 Dec 2013 03:54:05 +0000 (03:54 +0000)
committertedu <tedu@openbsd.org>
Tue, 31 Dec 2013 03:54:05 +0000 (03:54 +0000)
usr.bin/signify/signify.c

index 7ed3bfd..3f07739 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: signify.c,v 1.3 2013/12/31 03:23:41 tedu Exp $ */
+/* $OpenBSD: signify.c,v 1.4 2013/12/31 03:54:05 tedu Exp $ */
 /*
  * Copyright (c) 2013 Ted Unangst <tedu@openbsd.org>
  *
@@ -350,7 +350,7 @@ main(int argc, char **argv)
                }
        }
        argc -= optind;
-       if (argc != 0)
+       if (argc != 0 || verb == NULL)
                usage();
 
        if (inputfile && !sigfile) {