summaryrefslogtreecommitdiff
path: root/libattr/attr.c
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2002-01-11 00:37:54 +0000
committerNathan Scott <nathans@sgi.com>2002-01-11 00:37:54 +0000
commita87485aca58ea2236b31b0c0b8e438b3d967709b (patch)
treefe2374c2b45ee2dc1197b4f9aea608915e28f622 /libattr/attr.c
parent8f5bdd62e8ea256315aa2e1ffe61c7e88ffecd17 (diff)
downloadattr-a87485aca58ea2236b31b0c0b8e438b3d967709b.tar.gz
bump to 1.1.4, document change.
Diffstat (limited to 'libattr/attr.c')
-rw-r--r--libattr/attr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libattr/attr.c b/libattr/attr.c
index 8a8e375..f076b67 100644
--- a/libattr/attr.c
+++ b/libattr/attr.c
@@ -271,7 +271,7 @@ _attr_multif(attr_obj_t obj, int type, attr_multiop_t *multiops, int count,
ops[i].flags = multiops[i].am_flags;
}
- if (attrctl(obj, type, ops, 1) < 0) {
+ if (attrctl(obj, type, ops, count) < 0) {
error = -1;
goto free_mem;
}