X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/ed72ace5f09d07c620b96efaf72d328d6e7439be..4730f9424e0addeb902cc842508eea3f47a131ca:/src/src/auths/spa.c diff --git a/src/src/auths/spa.c b/src/src/auths/spa.c index 264887607..3fd4bde6a 100644 --- a/src/src/auths/spa.c +++ b/src/src/auths/spa.c @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/auths/spa.c,v 1.6 2006/02/10 14:25:43 ph10 Exp $ */ +/* $Cambridge: exim/src/src/auths/spa.c,v 1.7 2006/02/23 12:41:22 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * @@ -263,6 +263,8 @@ auth_spa_client( /* Code added by PH to expand the options */ + *buffer = 0; /* Default no message when cancelled */ + username = CS expand_string(ob->spa_username); if (username == NULL) {