|
From: Jiri J. <jja...@re...> - 2014-09-23 09:44:49
|
Signed-off-by: Jiri Jaburek <jja...@re...>
---
audit-test/utils/bin/do_ipc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/audit-test/utils/bin/do_ipc.c b/audit-test/utils/bin/do_ipc.c
index d845e05..6d1d7ee 100644
--- a/audit-test/utils/bin/do_ipc.c
+++ b/audit-test/utils/bin/do_ipc.c
@@ -22,7 +22,7 @@ int main(int argc, char **argv)
int exitval, result;
int op, flags = 0;
- if (argc < 1) {
+ if (argc < 2) {
fprintf(stderr, "%s: you must specify an ipc operation\n", argv[0]);
return 1;
}
--
1.8.3.1
|