Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
libnfs: the libnfs.url option required only by libnfs, thus optional
Signed-off-by: Tigran Mkrtchyan <[email protected]>
  • Loading branch information
kofemann committed Apr 3, 2025
commit dda54d2e6032ea4dd907160f7431ab6e4f056d07
2 changes: 1 addition & 1 deletion src/aiori-LIBNFS.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ option_help *LIBNFS_GetOptions(aiori_mod_opt_t ** init_backend_options, aiori_mo
*init_backend_options = (aiori_mod_opt_t *) libnfs_options;

option_help h [] = {
{0, "libnfs.url", "The URL (RFC2224) specifing the server, path and options", OPTION_REQUIRED_ARGUMENT, 's', &libnfs_options->url},
{0, "libnfs.url", "The URL (RFC2224) specifing the server, path and options", OPTION_OPTIONAL_ARGUMENT, 's', &libnfs_options->url},
LAST_OPTION
};

Expand Down