summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
af29717)
doing SASL. Fix suggested by Michael Urban.
creds->host = host;
if (cred_style == NULL || ! strcmp (cred_style, "legacy")) {
creds->host = host;
if (cred_style == NULL || ! strcmp (cred_style, "legacy")) {
+ creds->user = user == NULL ? getusername () : user;
- creds->user = user == NULL ? getusername () : user;
/* This is what inc.c and msgchk.c used to contain. */
/* Only inc.c and msgchk.c do this. smtp.c doesn't. */
/* This is what inc.c and msgchk.c used to contain. */
/* Only inc.c and msgchk.c do this. smtp.c doesn't. */