$NetBSD: patch-ae,v 1.1 2006/02/10 19:56:13 drochner Exp $ --- src/H5FDstream.c.orig 2006-02-10 20:31:57.000000000 +0100 +++ src/H5FDstream.c @@ -684,6 +684,7 @@ H5FD_stream_open (const char *filename, /* update the port ID in the file access property so that it can be queried via H5P_get_fapl_stream() later on */ H5P_set_driver (plist, H5FD_STREAM, &stream->fapl); + fapl = H5P_get_driver_info (plist); } else HGOTO_ERROR(H5E_IO, H5E_CANTOPENFILE, NULL, "can't open internal socket")