]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
make tor-resolve work, uh, more. this time for sure!
authorRoger Dingledine <arma@torproject.org>
Wed, 24 Nov 2004 06:16:36 +0000 (06:16 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 24 Nov 2004 06:16:36 +0000 (06:16 +0000)
svn:r2974

src/or/connection_edge.c

index d9054657081633e55a4ff34460a22382f7ec78a8..20a30c469b3ef0dcc9e795551db607240ee5c0d1 100644 (file)
@@ -91,6 +91,7 @@ int connection_edge_process_inbuf(connection_t *conn, int package_partial) {
     case AP_CONN_STATE_RENDDESC_WAIT:
     case AP_CONN_STATE_CIRCUIT_WAIT:
     case AP_CONN_STATE_CONNECT_WAIT:
+    case AP_CONN_STATE_RESOLVE_WAIT:
       log_fn(LOG_INFO,"data from edge while in '%s' state. Leaving it on buffer.",
                       conn_state_to_string[conn->type][conn->state]);
       return 0;