Skip to content
Snippets Groups Projects
Commit 87ad09b4 authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

Merge branch 'features-2392' into 'master'

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

See merge request !2
parents 6933365f 1faf49c9
No related branches found
No related tags found
1 merge request!2[*] Removed initialization of libdap since it is executed in libdap-python.
......@@ -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