From 0615d76c2c3cc5c334ca528248551e8771d52b46 Mon Sep 17 00:00:00 2001 From: joey <> Date: Thu, 9 Dec 2004 17:54:53 +0000 Subject: [PATCH] Always perform the list output anonymously --- ud-host | 1 + 1 file changed, 1 insertion(+) diff --git a/ud-host b/ud-host index 7255960..8c04ba2 100755 --- a/ud-host +++ b/ud-host @@ -206,6 +206,7 @@ for (switch, val) in options: elif (switch == '-n'): BindUser = ""; elif (switch == '-l'): + BindUser = ""; ListMode = 1 if (BindUser != ""): -- 2.20.1