NetworkBlockDevice / nbd

Network Block Device
GNU General Public License v2.0
450 stars 116 forks source link

fix missing -F short-option for certfile #151

Closed panarom closed 1 year ago

panarom commented 1 year ago

in commit 1b8615, the -F short-option was accidentally refactored out of the codebase, so that only the long-option for -certfile would work. This commit restores the -F short-option, as well as conditionally populating the short_opts string based on compilation-options for NETLINK and GNUTLS