[PATCH 12/22] lib/open: use _finish_open in n_d_create_with_config

2021-03-14 Thread David Bremner
This avoids reading the configuration file twice. --- lib/open.cc | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/lib/open.cc b/lib/open.cc index 7673e875..54e71fec 100644 --- a/lib/open.cc +++ b/lib/open.cc @@ -442,8 +442,7 @@

[PATCH 12/22] lib/open: use _finish_open in n_d_create_with_config

2021-03-07 Thread David Bremner
This avoids reading the configuration file twice. --- lib/open.cc | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/lib/open.cc b/lib/open.cc index d8e69319..e59cfcdc 100644 --- a/lib/open.cc +++ b/lib/open.cc @@ -439,8 +439,7 @@

[PATCH 12/22] lib/open: use _finish_open in n_d_create_with_config

2021-03-04 Thread David Bremner
This avoids reading the configuration file twice. --- lib/open.cc | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/lib/open.cc b/lib/open.cc index d052f95d..ebf70c15 100644 --- a/lib/open.cc +++ b/lib/open.cc @@ -429,8 +429,7 @@