[PATCH 0/2] virsh: Fix set-user-sshkeys command

Michal Privoznik posted 2 patches 3 years, 4 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1607432977.git.mprivozn@redhat.com
tools/virsh-domain.c | 25 +++++++++++++++----------
1 file changed, 15 insertions(+), 10 deletions(-)
[PATCH 0/2] virsh: Fix set-user-sshkeys command
Posted by Michal Privoznik 3 years, 4 months ago
The first patch is a bug fix, the second is an improvement.

Michal Prívozník (2):
  virsh: Fix logical error in cmdSetUserSSHKeys()
  virsh: cmdSetUserSSHKeys: Error early if the file doesn't contain any
    keys

 tools/virsh-domain.c | 25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

-- 
2.26.2

Re: [PATCH 0/2] virsh: Fix set-user-sshkeys command
Posted by Ján Tomko 3 years, 4 months ago
On a Tuesday in 2020, Michal Privoznik wrote:
>The first patch is a bug fix, the second is an improvement.
>
>Michal Prívozník (2):
>  virsh: Fix logical error in cmdSetUserSSHKeys()
>  virsh: cmdSetUserSSHKeys: Error early if the file doesn't contain any
>    keys
>
> tools/virsh-domain.c | 25 +++++++++++++++----------
> 1 file changed, 15 insertions(+), 10 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano