Skip to content
Snippets Groups Projects
Commit 9b66765b authored by Alexandru's avatar Alexandru
Browse files

Tema5

parent 1cb5c6c6
Branches master
No related tags found
No related merge requests found
Pipeline #53404 passed
......@@ -304,8 +304,8 @@ int connection_send_dynamic(struct connection *conn)
// din nou ceea ce a fost citit pana ce el s-a intors in functia connection_send_dynamic
if (conn->state != STATE_ASYNC_ONGOING) {
int ret = connection_open_file(conn);
DIE(ret < 0, "connection_open_file");
DIE(ret < 0, "connection_open_file");
connection_start_async_io(conn);
return 0;
}
......
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