diff options
Diffstat (limited to 'test/null_vol_connector.c')
-rw-r--r-- | test/null_vol_connector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/null_vol_connector.c b/test/null_vol_connector.c index 6555763..ed1adbb 100644 --- a/test/null_vol_connector.c +++ b/test/null_vol_connector.c @@ -27,7 +27,7 @@ static const H5VL_class_t null_vol_g = { NULL_VOL_CONNECTOR_VALUE, /* value */ NULL_VOL_CONNECTOR_NAME, /* name */ 0, /* connector version */ - 0, /* capability flags */ + H5VL_CAP_FLAG_NONE, /* capability flags */ NULL, /* initialize */ NULL, /* terminate */ { |