User: obo Date: 05/12/21 05:18:07 Modified: /dba/connectivity/source/drivers/mozab/mozillasrc/ MNSMozabProxy.cxx
Log: INTEGRATION: CWS dba202a (1.4.36); FILE MERGED 2005/11/23 15:41:00 fs 1.4.36.1: #i52789# File Changes: Directory: /dba/connectivity/source/drivers/mozab/mozillasrc/ ============================================================= File [changed]: MNSMozabProxy.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/mozillasrc/MNSMozabProxy.cxx?r1=1.4&r2=1.5 Delta lines: +1 -1 ------------------- --- MNSMozabProxy.cxx 8 Sep 2005 06:28:06 -0000 1.4 +++ MNSMozabProxy.cxx 21 Dec 2005 13:18:04 -0000 1.5 @@ -303,7 +303,7 @@ case nsILDAPMessage::RES_BIND: rv = aMessage->GetErrorCode(&errCode); // if the login failed - if (errCode != nsILDAPErrors::SUCCESS) { + if (errCode != (PRInt32)nsILDAPErrors::SUCCESS) { setConnectionStatus( sal_False ); } else --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
