projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
client.c: supervisor task should use post_select instead of pre_select.
[paraslash.git]
/
attribute.c
diff --git
a/attribute.c
b/attribute.c
index
bfb6d3f
..
e7fba90
100644
(file)
--- a/
attribute.c
+++ b/
attribute.c
@@
-166,7
+166,7
@@
static void com_lsatt_callback(int fd, const struct osl_object *query)
if (laad.flags & LSATT_FLAG_REVERSE)
pmd.pm_flags |= PM_REVERSE_LOOP;
for_each_matching_row(&pmd);
- if (
!
laad.pb.offset)
+ if (laad.pb.offset)
pass_buffer_as_shm(laad.pb.buf, laad.pb.offset, &fd);
free(laad.pb.buf);
}