Skip to content
Snippets Groups Projects

hotfix-5564

Merged Roman Khlopkov requested to merge hotfix-5564 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -76,7 +76,7 @@ int PyDapChainNetSrvClient_init(PyDapChainNetSrvClientObject* self, PyObject *ar
@@ -76,7 +76,7 @@ int PyDapChainNetSrvClient_init(PyDapChainNetSrvClientObject* self, PyObject *ar
PyObject *obj_net, *obj_hander;
PyObject *obj_net, *obj_hander;
const char *addr;
const char *addr;
uint16_t port;
uint16_t port;
if (!PyArg_ParseTupleAndKeywords(args, kwds, "OsH", (char *)kwlist, &obj_net, &addr, &port, &obj_hander)){
if (!PyArg_ParseTupleAndKeywords(args, kwds, "OsH", (char **)kwlist, &obj_net, &addr, &port, &obj_hander)){
return -1;
return -1;
}
}
if (!PyCallable_Check(obj_hander)){
if (!PyCallable_Check(obj_hander)){
Loading