mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
Fix for HDFFV-11065.
This commit is contained in:
parent
e9e3e2f1d6
commit
2dfc047bc4
@ -3006,6 +3006,8 @@ main(int argc, const char *argv[])
|
||||
}
|
||||
else if (!HDstrncmp(argv[argno], "--s3-cred=", (size_t)10)) {
|
||||
#ifdef H5_HAVE_ROS3_VFD
|
||||
char const *start = NULL;
|
||||
|
||||
start = strchr(argv[argno], '=');
|
||||
if (start == NULL) {
|
||||
HDfprintf(rawerrorstream, "Error: Unable to parse null credentials tuple\n"
|
||||
|
Loading…
Reference in New Issue
Block a user