Software /
code /
verse
File
util/sasl/anonymous.lua @ 383:72be3c2cf602
libs.adhoc: Don't set unintentional globals
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 05 May 2015 01:10:33 +0200 (2015-05-04) |
parent | 358:a8f6fd6a70ed |
line wrap: on
line source
return function (stream, name) if name == "ANONYMOUS" then return function () return coroutine.yield() == "success"; end, 0; end end