X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fsmtp%2Fsmtp_clienthandlers.h;fp=citadel%2Fmodules%2Fsmtp%2Fsmtp_clienthandlers.h;h=64a405d99b6923e91617e22640a612cf758912ab;hp=3cbcb6d4a39881083aaf5d503c1480e880171826;hb=a5e759daa03e43dfdd940e96c13cded7ba8de39c;hpb=7af30b14a8dfa9a3e2dd709ede3917d27194d2ee diff --git a/citadel/modules/smtp/smtp_clienthandlers.h b/citadel/modules/smtp/smtp_clienthandlers.h index 3cbcb6d4a..64a405d99 100644 --- a/citadel/modules/smtp/smtp_clienthandlers.h +++ b/citadel/modules/smtp/smtp_clienthandlers.h @@ -66,7 +66,7 @@ typedef struct _stmp_out_msg { char node[1024]; char name[1024]; char mailfrom[1024]; - + long SendLogin; long Flags; } SmtpOutMsg;