X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fsmtp%2Fsmtpqueue.h;fp=citadel%2Fmodules%2Fsmtp%2Fsmtpqueue.h;h=1ae1034b4eac942ba886bdce7d18aeb65e8dcf23;hb=7e7b550e3d5de53fdf4b8c46833af5df9a159729;hp=b2b7a3bb9359b86e903d2c17ffcad87f96a58b76;hpb=6bb1bd7f5b355f4c4cd126e9360d78d47b7a4ec6;p=citadel.git diff --git a/citadel/modules/smtp/smtpqueue.h b/citadel/modules/smtp/smtpqueue.h index b2b7a3bb9..1ae1034b4 100644 --- a/citadel/modules/smtp/smtpqueue.h +++ b/citadel/modules/smtp/smtpqueue.h @@ -11,6 +11,7 @@ struct ParsedURL { const char *Pass; const char *LocalPart; int IsIP; + int IPv6; int af; struct hostent *HEnt; struct in6_addr Addr;