ssh: initialize per-handle data in ssh_connect()
authorKamil Dudka <kdudka@redhat.com>
Mon, 21 Oct 2013 16:47:54 +0000 (18:47 +0200)
committerKamil Dudka <kdudka@redhat.com>
Mon, 21 Oct 2013 17:00:06 +0000 (19:00 +0200)
commitf70b2c77f4889316acb75d41e97a7f28c9a6a995
tree1ab8e0c0365a3d436daa5462b03478467390a37a
parentae495ffcc31fbce83f3505a838f7f8d80362dcc1
ssh: initialize per-handle data in ssh_connect()

... if not already initialized.  This fixes a regression introduced by
commit 4ad8e142da463ab208d5b5565e53291c8e5ef038, which caused test619
to intermittently fail on certain machines (namely Fedora build hosts).
lib/ssh.c