Merge pull request #106 from jdstroy/master

Wait indefinitely for packets when --tunnel is specified.
This commit is contained in:
Kevin Hester authored and GitHub committed 2021-09-06 17:48:42 -07:00
commit b009aa0bdf
1 file changed
+1 -1
+1 -1
View File
@@ -511,7 +511,7 @@ def common():
# We assume client is fully connected now
onConnected(client)
if args.noproto: # loop until someone presses ctrlc
if args.noproto or (args.tunnel and have_tunnel): # loop until someone presses ctrlc
while True:
time.sleep(1000)