Skip to content

Commit

Permalink
hotfix(dao) disable old hack to resolve hostsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Dec 22, 2016
1 parent 49a2da5 commit 96bb336
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kong/dao/cassandra_db.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ local BaseDB = require "kong.dao.base_db"
local utils = require "kong.tools.utils"
local uuid = utils.uuid

local ngx_stub = _G.ngx
_G.ngx = nil
local cassandra = require "cassandra"
_G.ngx = ngx_stub

local CassandraDB = BaseDB:extend()

Expand Down

0 comments on commit 96bb336

Please sign in to comment.