|
From: <di...@us...> - 2010-11-19 07:34:18
|
Revision: 681
http://safekeep.svn.sourceforge.net/safekeep/?rev=681&view=rev
Author: dimi
Date: 2010-11-19 07:34:12 +0000 (Fri, 19 Nov 2010)
Log Message:
-----------
Make sure we init the var
Modified Paths:
--------------
safekeep/trunk/safekeep
Modified: safekeep/trunk/safekeep
===================================================================
--- safekeep/trunk/safekeep 2010-11-19 07:32:28 UTC (rev 680)
+++ safekeep/trunk/safekeep 2010-11-19 07:34:12 UTC (rev 681)
@@ -286,7 +286,7 @@
key_ctrl = host_el[0].getAttribute('key-ctrl')
key_data = host_el[0].getAttribute('key-data')
else:
- host = user = key_ctrl = key_data = None
+ host = user = nice = key_ctrl = key_data = None
if host and not user:
user = 'root'
if host and not key_ctrl:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|