Fix regression in Exchange 2007 over Dav session

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1451 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2010-09-15 05:42:59 +00:00
parent c6dd28e5a1
commit e3b355034a
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ public class DavExchangeSession extends ExchangeSession {
getEmailAndAliasFromOptions();
// failover: try to get email through Webdav and Galfind
if (mailPath == null || email == null) {
if (alias == null || email == null) {
try {
buildEmail(method.getURI().getHost());
} catch (URIException uriException) {