linux-nvme / nvme-cli

NVMe management command line interface.
https://nvmexpress.org
GNU General Public License v2.0
1.44k stars 648 forks source link

nvmf-autoconnect: fix string encoding #2327

Closed igaw closed 3 months ago

igaw commented 3 months ago

systemd reports that the arguments are not correctly encoded. Replace the = char with \x3 encoding.