]> git.proxmox.com Git - pve-storage.git/commit
cifs: fix check connection call
authorFiona Ebner <f.ebner@proxmox.com>
Mon, 26 Jun 2023 10:58:31 +0000 (12:58 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 26 Jun 2023 18:31:25 +0000 (20:31 +0200)
commitb27da68320ba004e9a0f490707b86ef01af2c669
treeb4383edd5ff8e6a7d473ff32844171fcc9c47418
parent238d9b9aff83834231585d81460eea7ed44191b2
cifs: fix check connection call

by not having -W eat the next argument when $scfg->{domain} is defined
but empty.

As reported in the community forum [0], this could lead to issues
adding a storage in the UI.

[0]: https://forum.proxmox.com/threads/44983/post-566842

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
src/PVE/Storage/CIFSPlugin.pm