Skip to content
Snippets Groups Projects
Commit a913cb35 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

prevent duplicat mark-for-close

svn:r5347
parent 9e82f0cd
Branches
Tags
No related merge requests found
......@@ -591,8 +591,9 @@ run_connection_housekeeping(int i, time_t now)
buf_datalen(conn->inbuf)>=1024) {
info(LD_DIR,"Trying to extract information from wedged server desc download.");
connection_dir_reached_eof(conn);
} else {
connection_mark_for_close(conn);
}
connection_mark_for_close(conn);
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment