webmcp

diff framework/env/auth/openid/_curl.lua @ 65:a54cc7dcabf1

"extos" library calls via "extos." instead of "os."
author jbe
date Tue Apr 17 15:20:42 2012 +0200 (2012-04-17)
parents 3d43a5cf17c1
children
line diff
     1.1 --- a/framework/env/auth/openid/_curl.lua	Sun Apr 15 16:04:33 2012 +0200
     1.2 +++ b/framework/env/auth/openid/_curl.lua	Tue Apr 17 15:20:42 2012 +0200
     1.3 @@ -6,7 +6,7 @@
     1.4    local options = table.new(curl_options)
     1.5    options[#options+1] = "-i"
     1.6    options[#options+1] = url
     1.7 -  local stdout, errmsg, status = os.pfilter(nil, "curl", table.unpack(options))
     1.8 +  local stdout, errmsg, status = extos.pfilter(nil, "curl", table.unpack(options))
     1.9    if not stdout then
    1.10      error("Error while executing curl: " .. errmsg)
    1.11    end

Impressum / About Us