mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
718d77f622
It was possible for rc to be unitialized in the parse_options() function which triggered a compiler warning. Ensure rc is always initialized.