tRemove unreached os.Exit in dam-dir. - tordam - A library for peer discovery inside the Tor network HTML git clone https://git.parazyd.org/tordam DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit 0f5e0785fc34b0ba76c647f4af84ac0c662d8420 DIR parent 233d9c0f4cf28a6fcbf18145fa420d26388713aa HTML Author: parazyd <parazyd@dyne.org> Date: Thu, 1 Nov 2018 20:05:14 +0100 Remove unreached os.Exit in dam-dir. Diffstat: M cmd/dam-dir/main.go | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) --- DIR diff --git a/cmd/dam-dir/main.go b/cmd/dam-dir/main.go t@@ -267,5 +267,4 @@ func main() { } wg.Wait() - os.Exit(1) }