Skip to content

Commit

Permalink
Update pycsp.c
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlight83340 committed Aug 28, 2024
1 parent d373596 commit 728f9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindings/python/pycsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ static PyObject * pycsp_zmqhub_init(PyObject * self, PyObject * args) {
return NULL; // TypeError is thrown
}

csp_iface_t * iface = get_capsule_pointer(iface_capsule, IFACE_CAPSULE, true);
csp_iface_t * iface = NULL; //get_capsule_pointer(iface_capsule, IFACE_CAPSULE, true);

int res = csp_zmqhub_init(addr, host, 0, &iface);
if (res != CSP_ERR_NONE) {
Expand Down

0 comments on commit 728f9bb

Please sign in to comment.