]> ruderich.org/simon Gitweb - safcm/safcm.git/commit
rpc: replace append to sshOpts with assignment in DialSSH()
authorSimon Ruderich <simon@ruderich.org>
Sun, 9 May 2021 17:51:02 +0000 (19:51 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 9 May 2021 17:51:02 +0000 (19:51 +0200)
commit7fd48d68ef5a77fa9df8ad0251722ed35800e0f8
tree25b35cabd01277e658d23844bb490bdfdd8d6107
parentd961228e4fd8549b832fe88636072cb874b7fb0c
rpc: replace append to sshOpts with assignment in DialSSH()

sshOpts is empty by default and assigned only once. Don't suggest that
this line is supposed to add to an existing value.
rpc/dial.go