diff options
author | sb <sb@openoffice.org> | 2010-01-08 13:21:39 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-01-08 13:21:39 +0100 |
commit | e8373a21fc32c05f4d18e934f942f0672c34f299 (patch) | |
tree | f1d4c96d132b858badc3852fa360016f09c70cc2 /ucb | |
parent | 3802bb155e4431f6830fe7fa931f96fcc4e4af05 (diff) | |
parent | 64d9903a647efe5cb689fc6ff84175a911b69cfd (diff) |
sb111: merged in DEV300_m69
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/NeonSession.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/NeonSession.cxx b/ucb/source/ucp/webdav/NeonSession.cxx index 2600c10c51..9b6bae2c15 100644 --- a/ucb/source/ucp/webdav/NeonSession.cxx +++ b/ucb/source/ucp/webdav/NeonSession.cxx @@ -329,8 +329,8 @@ extern "C" int NeonSession_NeonAuth( void * inUserData, #ifdef NE_FEATURE_SSPI bCanUseSystemCreds = (attempt == 0) && // avoid endless loops ne_has_support( NE_FEATURE_SSPI ) && // Windows-only feature. - ( ne_strcasecmp( inAuthProtocol, "NTLM" ) == 0 ) || - ( ne_strcasecmp( inAuthProtocol, "Negotiate" ) == 0 ); + ( ( ne_strcasecmp( inAuthProtocol, "NTLM" ) == 0 ) || + ( ne_strcasecmp( inAuthProtocol, "Negotiate" ) == 0 ) ); #endif // #i97003# (tkr): Ask XMasterPasswordHandling if we should store the |