From b381a9e8116d50c01afc0b2189180d60ac5a1203 Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Wed, 20 Apr 2011 12:01:19 -0400 Subject: [PATCH] Disallow RPC calls after rpc_method_send_reply With NPObject pass-ref sending, there is no need for it. --- tests/test-rpc-nested-2.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test-rpc-nested-2.c b/tests/test-rpc-nested-2.c index 4aa8aa6..cc89a10 100644 --- a/tests/test-rpc-nested-2.c +++ b/tests/test-rpc-nested-2.c @@ -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; }