From 7c7d5caed23d35656aebdbf864cd44b67f58d589 Mon Sep 17 00:00:00 2001
From: Cedric Roux <cedric.roux@eurecom.fr>
Date: Mon, 21 Mar 2016 16:42:24 +0100
Subject: [PATCH] do not forward data from tracee to remote tracer - no data is
 sent and it won't work anyway, it will mess up with the T

---
 tracer/forward.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tracer/forward.c b/tracer/forward.c
index b982a89027..6082d5e7e3 100644
--- a/tracer/forward.c
+++ b/tracer/forward.c
@@ -92,9 +92,11 @@ static void *forward_s_to_sc(void *_f)
 
 static void *forward_sc_to_s(void *_f)
 {
+#if 0
   forward_data *f = _f;
   do_forward(f, f->sc, f->s, 1);
   printf("INFO: forwarder exits\n");
+#endif
   return NULL;
 }
 
-- 
GitLab