File: 0031-Repair-disconnect-message.patch

package info (click to toggle)
httptunnel 3.3%2Bdfsg-6
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,500 kB
  • sloc: ansic: 4,754; makefile: 26; sh: 4
file content (22 lines) | stat: -rw-r--r-- 670 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: hundertzwei <46927478+hundertzwei@users.noreply.github.com>
Date: Mon, 8 May 2023 08:41:25 +0200
Subject: Repair disconnect message.

Applied-Upstream: commit:d8f91af976c97a6006a5bd1ad7149380c39ba454
---
 hts.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hts.c b/hts.c
index bef376a..17c0723 100644
--- a/hts.c
+++ b/hts.c
@@ -564,7 +564,7 @@ main (int argc, char **argv)
           close (fd);
 	}
       tunnel_close (tunnel);
-      log_notice ("disconnected from %s:%s", arg.forward_host, arg.forward_port);
+      log_notice ("disconnected from %s:%d", arg.forward_host, arg.forward_port);
     }
 
   log_debug ("destroying tunnel");