]> git.openfabrics.org - ~shefty/libibverbs.git/commitdiff
Refresh of verbs-ext
authorSean Hefty <sean.hefty@intel.com>
Thu, 27 Sep 2012 23:02:11 +0000 (16:02 -0700)
committerSean Hefty <sean.hefty@intel.com>
Thu, 27 Sep 2012 23:02:11 +0000 (16:02 -0700)
src/device.c

index 15f8c547c8ff36305eda36e9198ed1646b7b2115..448a24389bfca32246a3b4d8c84dc3f8cbcb5a85 100644 (file)
@@ -160,7 +160,7 @@ struct ibv_context *__ibv_open_device(struct ibv_device *device)
                context_ex->sz = sizeof(*context_ex);
 
                context = &context_ex->context;
-               ret = verbs_device->init_context(verbs_device, context; cmd_fd);
+               ret = verbs_device->init_context(verbs_device, context, cmd_fd);
                if (ret)
                        goto verbs_err;