Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
leifj committed Sep 4, 2012
1 parent fba9782 commit 7050b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gck-rpc-daemon-standalone.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ int main(int argc, char *argv[])
CK_RV rv;

/* The module to load is the argument */
if (argc != 2 || argc != 3)
if (argc != 2 && argc != 3)
usage();

/* Load the library */
Expand Down

0 comments on commit 7050b8f

Please sign in to comment.