diff options
Diffstat (limited to 'src/smtp.lua')
-rw-r--r-- | src/smtp.lua | 2 |
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" | |||
19 | SERVER = "localhost" | 19 | SERVER = "localhost" |
20 | 20 | ||
21 | function stuff() | 21 | function stuff() |
22 | return socket.cicle(dot, 2) | 22 | return ltn12.filter.cycle(dot, 2) |
23 | end | 23 | end |
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 |