Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8458011C7A for ; Thu, 28 Aug 2014 12:23:12 +0000 (UTC) Received: (qmail 50838 invoked by uid 500); 28 Aug 2014 12:23:11 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 50668 invoked by uid 500); 28 Aug 2014 12:23:11 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 50180 invoked by uid 99); 28 Aug 2014 12:23:11 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Aug 2014 12:23:11 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 33857A02E29; Thu, 28 Aug 2014 12:23:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rnewson@apache.org To: commits@couchdb.apache.org Date: Thu, 28 Aug 2014 12:23:18 -0000 Message-Id: In-Reply-To: <2a327f3b58ac4334afcece6a27461653@git.apache.org> References: <2a327f3b58ac4334afcece6a27461653@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [08/33] rexi commit: updated refs/heads/master to bbf59a2 Use '$initial_call' instead of initial_call BugzID: 18742 Project: http://git-wip-us.apache.org/repos/asf/couchdb-rexi/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-rexi/commit/b28cbb76 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-rexi/tree/b28cbb76 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-rexi/diff/b28cbb76 Branch: refs/heads/master Commit: b28cbb76b9901af09c3d7b8c9b81df171cf75f85 Parents: c275f92 Author: Adam Kocoloski Authored: Fri Aug 16 14:40:31 2013 -0400 Committer: Robert Newson Committed: Wed Jul 23 17:57:54 2014 +0100 ---------------------------------------------------------------------- src/rexi_server.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-rexi/blob/b28cbb76/src/rexi_server.erl ---------------------------------------------------------------------- diff --git a/src/rexi_server.erl b/src/rexi_server.erl index 49661cc..7d928ad 100644 --- a/src/rexi_server.erl +++ b/src/rexi_server.erl @@ -146,7 +146,7 @@ init_p(From, MFA) -> string() | undefined) -> any(). init_p(From, {M,F,A}, Nonce) -> put(rexi_from, From), - put(initial_call, {M,F,length(A)}), + put('$initial_call', {M,F,length(A)}), put(nonce, Nonce), try apply(M, F, A) catch exit:normal -> ok; Class:Reason -> Stack = clean_stack(),