summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setcifsacl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/setcifsacl.c b/setcifsacl.c
index 0f283cd..d0da34a 100644
--- a/setcifsacl.c
+++ b/setcifsacl.c
@@ -815,7 +815,7 @@ main(const int argc, char *const argv[])
return -1;
}
filename = argv[3];
-
+
numcaces = get_numcaces(optarg);
if (!numcaces) {
printf("%s: No valid ACEs specified\n", __func__);