Skip to content

Commit

Permalink
Frontported fix for CORE-2836: fb_cancel_operation() incorrectly modi…
Browse files Browse the repository at this point in the history
…fies rdb_status_vector
  • Loading branch information
AlexPeshkoff committed Feb 4, 2010
1 parent 485c025 commit 513734b
Show file tree
Hide file tree
Showing 6 changed files with 135 additions and 81 deletions.
2 changes: 1 addition & 1 deletion src/remote/inet.cpp
Expand Up @@ -2371,7 +2371,7 @@ static void inet_gen_error(rem_port* port, const Arg::StatusVector& v)

ISC_STATUS* status_vector = NULL;
if (port->port_context != NULL) {
status_vector = port->port_context->rdb_status_vector;
status_vector = port->port_context->get_status_vector();
}
if (status_vector == NULL) {
status_vector = port->port_status_vector;
Expand Down

0 comments on commit 513734b

Please sign in to comment.