aboutsummaryrefslogtreecommitdiff
path: root/src/smtp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/smtp.lua')
-rw-r--r--src/smtp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smtp.lua b/src/smtp.lua
index 8b65e44..6b02d14 100644
--- a/src/smtp.lua
+++ b/src/smtp.lua
@@ -19,7 +19,7 @@ DOMAIN = os.getenv("SERVER_NAME") or "localhost"
19SERVER = "localhost" 19SERVER = "localhost"
20 20
21function stuff() 21function stuff()
22 return socket.cicle(dot, 2) 22 return ltn12.filter.cycle(dot, 2)
23end 23end
24 24
25-- tries to get a pattern from the server and closes socket on error 25-- tries to get a pattern from the server and closes socket on error