Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D4F84200C5C for ; Thu, 20 Apr 2017 13:44:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D38DC160B9F; Thu, 20 Apr 2017 11:44:17 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 26CB4160B91 for ; Thu, 20 Apr 2017 13:44:17 +0200 (CEST) Received: (qmail 89004 invoked by uid 500); 20 Apr 2017 11:44:16 -0000 Mailing-List: contact commits-help@ponymail.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ponymail.incubator.apache.org Delivered-To: mailing list commits@ponymail.incubator.apache.org Received: (qmail 88995 invoked by uid 99); 20 Apr 2017 11:44:16 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Apr 2017 11:44:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id E6F01C2109 for ; Thu, 20 Apr 2017 11:44:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.222 X-Spam-Level: X-Spam-Status: No, score=-4.222 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id qK703tzzk9gM for ; Thu, 20 Apr 2017 11:44:15 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id A59125F297 for ; Thu, 20 Apr 2017 11:44:14 +0000 (UTC) Received: (qmail 88755 invoked by uid 99); 20 Apr 2017 11:44:08 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Apr 2017 11:44:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A9A58DFF66; Thu, 20 Apr 2017 11:44:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sebb@apache.org To: commits@ponymail.incubator.apache.org Message-Id: <5e7190c6a9174854b1ca3c31751a6e67@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-ponymail git commit: Should be local Date: Thu, 20 Apr 2017 11:44:08 +0000 (UTC) archived-at: Thu, 20 Apr 2017 11:44:18 -0000 Repository: incubator-ponymail Updated Branches: refs/heads/master 3df79f64a -> a6fa8f6a8 Should be local Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/a6fa8f6a Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/a6fa8f6a Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/a6fa8f6a Branch: refs/heads/master Commit: a6fa8f6a880738c87203c0e9c1a765d2fd1fa29d Parents: 3df79f6 Author: Sebb Authored: Thu Apr 20 12:44:05 2017 +0100 Committer: Sebb Committed: Thu Apr 20 12:44:05 2017 +0100 ---------------------------------------------------------------------- site/api/lib/cross.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/a6fa8f6a/site/api/lib/cross.lua ---------------------------------------------------------------------- diff --git a/site/api/lib/cross.lua b/site/api/lib/cross.lua index 9539ae2..22cdb0d 100644 --- a/site/api/lib/cross.lua +++ b/site/api/lib/cross.lua @@ -27,7 +27,7 @@ end _M = {} -apr = nil +local apr = nil pcall(function() apr = require 'apr' end) local function ngstart(handler)