From: joey <> Date: Tue, 1 Feb 2005 14:46:15 +0000 (+0000) Subject: Initialise the Host variable X-Git-Tag: userdir-ldap-0.3.11~10 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=997a3ffb125ce1fe9eda5174630975a618e03c0e Initialise the Host variable --- diff --git a/ud-host b/ud-host index c90b8e6..319227b 100755 --- a/ud-host +++ b/ud-host @@ -213,6 +213,7 @@ User = pwd.getpwuid(os.getuid())[0]; BindUser = User; ListMode = 0 FingerPrints = 0 +Host = None # Process options (options, arguments) = getopt.getopt(sys.argv[1:], "nh:a:rlf") for (switch, val) in options: