31 Jan
2009
31 Jan
'09
2:49 p.m.
On Sat, Jan 31, 2009 at 12:25:54PM +0100, Jim Meyering wrote:
Guido Günther <agx@sigxcpu.org> wrote:
attached patch removes the hardcoded port 22 when going through ssh, ssh uses it by default. This makes it easier to override this via .ssh/config on a per host basis instead of having to add this to the connection URI explicitly.
Good idea!
While at that I cleaned up some free vs. VIR_FREE usage and replaced pointer intializations with 0 by NULL.
Always welcome. Thanks!
ACK, with one suggestion: Applied with your suggestion. -- Guido