Fix postdescriptor behavior: on non-complete success, only say "done" once.

svn:r4073
This commit is contained in:
Nick Mathewson
2005-04-11 02:52:09 +00:00
parent ae66c97b51
commit f1dfa30064
+1 -2
View File
@@ -834,10 +834,9 @@ handle_control_postdescriptor(connection_t *conn, uint32_t len,
break;
case 1:
send_control_done(conn);
return 0;
break;
}
send_control_done(conn);
return 0;
}
static int