diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-12-23 23:17:01 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-12-23 23:17:01 +0000 |
| commit | a8254e94f8c14ac15b02be53a1cc69ba80899230 (patch) | |
| tree | 135ed7368e05cc33410e20dcd3e494161ee0bf7d /src/smtp.lua | |
| parent | 2f970d782ea97a73787f76bd100bb06615456904 (diff) | |
| download | luasocket-a8254e94f8c14ac15b02be53a1cc69ba80899230.tar.gz luasocket-a8254e94f8c14ac15b02be53a1cc69ba80899230.tar.bz2 luasocket-a8254e94f8c14ac15b02be53a1cc69ba80899230.zip | |
Last line of modules was simplified.
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 c3924a1..6281544 100644 --- a/src/smtp.lua +++ b/src/smtp.lua | |||
| @@ -245,4 +245,4 @@ send = socket.protect(function(mailt) | |||
| 245 | return s:close() | 245 | return s:close() |
| 246 | end) | 246 | end) |
| 247 | 247 | ||
| 248 | base.getmetatable(_M).__index = nil | 248 | getmetatable(_M).__index = nil |
