Skip to content

Commit

Permalink
Disallow RPC calls after rpc_method_send_reply
Browse files Browse the repository at this point in the history
With NPObject pass-ref sending, there is no need for it.
  • Loading branch information
davidben committed Apr 20, 2011
1 parent b96edf9 commit b381a9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test-rpc-nested-2.c
Expand Up @@ -138,8 +138,6 @@ handle_f3 (rpc_connection_t *connection)
error = rpc_method_send_reply (connection, RPC_TYPE_INVALID);
RPC_TEST_ENSURE_NO_ERROR (error);

f (RPC_TEST_METHOD_F5);

return error;
}

Expand Down

0 comments on commit b381a9e

Please sign in to comment.