@@ -245,7 +245,9 @@ static inline int assemble_via(str* dest, struct cell* t, struct socket_info* so
branch_str.s = branch_buf;
branch_str.len = len;
+#ifdef XL_DEBUG
printf("!!!proto: %d\n", sock->proto);
+#endif
via = via_builder(&via_len, sock, &branch_str, 0, sock->proto);
if (!via) {