Stop overloading the conn->protocol field with the PROT_MISSING bit. It

really didn't belong there and had no real point.
This commit is contained in:
Daniel Stenberg
2009-12-17 16:03:39 +00:00
parent 91d05903b4
commit 54c60d0067
2 changed files with 9 additions and 7 deletions

View File

@@ -679,7 +679,6 @@ struct connectdata {
#define PROT_EXTMASK 0xfffff
#define PROT_SSL (1<<25) /* protocol requires SSL */
#define PROT_MISSING (1<<26)
/* these ones need action before socket close */
#define PROT_CLOSEACTION (PROT_FTP | PROT_TFTP | PROT_IMAP | PROT_POP3)