X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fportals%2Farchdep.m4;h=2f1d5636a0f5fe390c6e369833e2bb31fd9ab5b0;hb=c2b7b642d3ddc10a109e00d04a5b0df3bf150efc;hp=7d807da5e7e09d2b75a3d84cfefbe5a3a9272032;hpb=3fed8a248a88129a08d2579a988249e648931582;p=fs%2Flustre-release.git diff --git a/lustre/portals/archdep.m4 b/lustre/portals/archdep.m4 index 7d807da..2f1d5636 100644 --- a/lustre/portals/archdep.m4 +++ b/lustre/portals/archdep.m4 @@ -545,7 +545,7 @@ if test x$enable_modules != xno ; then RAP_RETURN rc; RAP_PVOID dev_handle; - rc = RapkGetDeviceByIndex(0, NULL, NULL, &dev_handle); + rc = RapkGetDeviceByIndex(0, NULL, &dev_handle); return rc == RAP_SUCCESS ? 0 : 1; ],[