aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 5c4458f71..1cf7c38b0 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -1294,7 +1294,7 @@ struct UrlState {
struct SSHPROTO *ssh;
struct IMAP *imap;
struct POP3 *pop3;
- struct FTP *smtp;
+ struct SMTP *smtp;
} proto;
/* current user of this SessionHandle instance, or NULL */
struct connectdata *current_conn;