From: Jeff Mahoney <je...@suse.com>

* file_ioctl.c (file_ioctl): initialize rc to true in FIDEDUPERANGE.
  Otherwise we'll never show the output data in abbrev mode.
---
 file_ioctl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/file_ioctl.c b/file_ioctl.c
index b065db9..26b1d9f 100644
--- a/file_ioctl.c
+++ b/file_ioctl.c
@@ -162,7 +162,7 @@ file_ioctl(struct tcb *tcp, const unsigned int code, const 
long arg)
                                (uint16_t) args.dest_count);
                }
 
-               bool rc = false;
+               bool rc = true;
                tprints("info=");
                if (abbrev(tcp)) {
                        tprints("...");
-- 
2.7.1


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to