Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
getting the correct value from the conf file
Browse files Browse the repository at this point in the history
  • Loading branch information
BuzzTroll committed Sep 13, 2010
1 parent 5c2abb2 commit 9e273ad
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@ def validate(self):
if not self.ltport:
self.ltport = 2893

self.ssh = self.p.get_conf_or_none("propagation", "lantorrent")
self.ssh = self.p.get_conf_or_none("propagation", "ssh")
if not self.ssh:
raise InvalidConfig("no path to ssh")

Expand Down

0 comments on commit 9e273ad

Please sign in to comment.