]> gitweb.michael.orlitzky.com - apply-default-acl.git/commitdiff
Fix an error string.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 15 Aug 2012 17:02:58 +0000 (13:02 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 15 Aug 2012 17:02:58 +0000 (13:02 -0400)
src/aclq.c

index 9217bc240da90bbc481a51f66889e16b3325452a..65e1ca326d82cc83b741808f230e34a135b70208 100644 (file)
@@ -355,7 +355,7 @@ int wipe_acls(const char* path) {
   /* Catches the first acl_get_entry as well as the ones at the end of
      the loop. */
   if (ge_result == -1) {
-    perror("reapply_default_acl_ng (acl_get_entry)");
+    perror("wipe_acls (acl_get_entry)");
     result = -1;
     goto cleanup;
   }