X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=attribute.c;h=e7fba9021d29fc19fcc7ad0d09534c65914d3a56;hp=bfb6d3f2765749be1147b430439bb78dfe3d8d8a;hb=93ea9f34dcb35755568e6c94f9b9445fd4d1984a;hpb=49bd626084bf5f48e4d80075258b6da4703752cf diff --git a/attribute.c b/attribute.c index bfb6d3f2..e7fba902 100644 --- 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); }