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

Commit

Permalink
missing the rid in the command spec
Browse files Browse the repository at this point in the history
  • Loading branch information
BuzzTroll committed Sep 13, 2010
1 parent dc069cd commit dc7f296
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -126,7 +126,7 @@ def _lt_command(self, local, remote):
else:
xfer_user = ""
rid = str(uuid.uuid1())
cmd = self.ssh + " -p %d %s%s %s %s %s %s:%d" % (xfer_port, xfer_user, xfer_host, lt_exe, xfer_path, local, rid, self.ltip, self.ltport)
cmd = self.ssh + " -p %d %s%s %s %s %s %s %s:%d" % (xfer_port, xfer_user, xfer_host, lt_exe, xfer_path, local, rid, self.ltip, self.ltport)

self.c.log.debug("lantorrent command %s " % (cmd))

Expand Down

0 comments on commit dc7f296

Please sign in to comment.