You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2017/04/20 11:44:08 UTC

incubator-ponymail git commit: Should be local

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 <se...@apache.org>
Authored: Thu Apr 20 12:44:05 2017 +0100
Committer: Sebb <se...@apache.org>
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)