Skip to content
Snippets Groups Projects
Commit 88586ee4 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

dnstap: uncommented writer open

parent 46bca619
No related branches found
No related tags found
No related merge requests found
......@@ -59,12 +59,11 @@ dt_writer_t* dt_writer_create(const char *file_path, const char *version)
if (writer->fw == NULL) {
goto fail;
}
/*
res = fstrm_writer_open(writer->fw);
if (res != fstrm_res_success) {
goto fail;
}
*/
return writer;
fail:
......
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