Skip to content
Snippets Groups Projects
Commit 1faf49c9 authored by alexey.stratulat's avatar alexey.stratulat
Browse files

[*] Removed initialization of libdap since it is executed in libdap-python.

parent 2a315c48
No related branches found
No related tags found
Loading
......@@ -4,7 +4,6 @@
static PyObject *dap_server_core_init(PyObject *self, PyObject *args){
uint32_t l_thread_cnt;
size_t conn_t;
dap_common_init("CVNT", "CVNT.log");
if (!PyArg_ParseTuple(args, "I|n", &l_thread_cnt, &conn_t)){
return NULL;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment