summaryrefslogtreecommitdiffstats
path: root/examples/h5dsm_file_open.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/h5dsm_file_open.c')
-rw-r--r--examples/h5dsm_file_open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5dsm_file_open.c b/examples/h5dsm_file_open.c
index fa26795..b3846d0 100644
--- a/examples/h5dsm_file_open.c
+++ b/examples/h5dsm_file_open.c
@@ -2,7 +2,7 @@
int main(int argc, char *argv[]) {
uuid_t pool_uuid;
- char *pool_grp = "daos_tier0";
+ char *pool_grp = NULL;
hid_t file = -1, fapl = -1;
(void)MPI_Init(&argc, &argv);