diff --git a/daemon/call.c b/daemon/call.c index e23c36765..a80f3c408 100644 --- a/daemon/call.c +++ b/daemon/call.c @@ -1668,9 +1668,12 @@ got_cs: the appropriate details. if no matching stream was found, results are undefined. */ DBG("double lookup"); - if (p == matched_relay->up) + if (p == matched_relay->up) { + DBG("forward direction"); goto skip; + } if (p2 == matched_relay->up) { + DBG("backward direction"); ret = -1; goto skip; }