diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2007-03-08 06:07:07 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2007-03-08 06:07:07 +0000 |
| commit | 19dd89364cefdd8a1fbd98be8e604825b22cfe74 (patch) | |
| tree | 36ac5eadd7de228f2bcd37880a20d268e4325d0d /lib | |
| parent | 254cbd17640c0aba333984986bf98ff1b6200b0b (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libarchive/archive_entry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/archive_entry.c b/lib/libarchive/archive_entry.c index 646f31422199..d019d06081fc 100644 --- a/lib/libarchive/archive_entry.c +++ b/lib/libarchive/archive_entry.c @@ -1032,7 +1032,7 @@ archive_entry_acl_next(struct archive_entry *entry, int want_type, int *type, entry->acl_p = entry->acl_p->next; if (entry->acl_p == NULL) { entry->acl_state = 0; - return (ARCHIVE_WARN); + return (ARCHIVE_EOF); /* End of ACL entries. */ } *type = entry->acl_p->type; *permset = entry->acl_p->permset; |
