]> git.tuebingen.mpg.de Git - dss.git/commit - dss.c
Fix check when to use rsync locally.
authorAndre Noll <maan@systemlinux.org>
Mon, 8 Dec 2008 16:17:50 +0000 (17:17 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 8 Dec 2008 16:17:50 +0000 (17:17 +0100)
commit006e516739869cba59b3be6e15a2879273c53cfe
tree44ac9e8a04c35cc995fd0090076d530e439dc140
parentd1014543f4458b9114e7134d8fabd3e1fd1589bf
Fix check when to use rsync locally.

We can do this if (a) remote_host_arg is "localhost" and (b)
remote_user_arg is the same as logname. The old code only
looked at the logname and thus tried to use rsync locally even
if a remote_host_arg was specified.
dss.c