diff options
| author | Shulhan <ms@kilabit.info> | 2019-01-29 05:36:28 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2019-01-29 21:35:08 +0700 |
| commit | 4b6ebf79fafdeb2c8a3abf8d8766eb3eb4412626 (patch) | |
| tree | 151920178e82610bb102337b78d02d5a6b15cc02 | |
| parent | 9bf88521cdd8563f5fed263e0a97aa3fd1df0093 (diff) | |
| download | pakakeh.go-4b6ebf79fafdeb2c8a3abf8d8766eb3eb4412626.tar.xz | |
lib/smtp: fix typo consistent receiver name on extension DSN
| -rw-r--r-- | lib/smtp/extension_dsn.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/smtp/extension_dsn.go b/lib/smtp/extension_dsn.go index 0de388cb..88a12652 100644 --- a/lib/smtp/extension_dsn.go +++ b/lib/smtp/extension_dsn.go @@ -17,7 +17,7 @@ func (dsn *extDSN) Name() string { // // Params return the SMTP extension parameters. // -func (dns *extDSN) Params() string { +func (dsn *extDSN) Params() string { return "" } |
