summaryrefslogtreecommitdiffstats
path: root/ucb
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2009-10-13 13:30:56 +0200
committerKai Sommerfeld <kso@openoffice.org>2009-10-13 13:30:56 +0200
commit877d9928899d6818c262843f626d2783bd888561 (patch)
tree83f5e5f8e08b6bd6810cfb493800ca22e5ec139b /ucb
parentCreate DEV300_m61 milestone tag from trunk@276697 (diff)
downloadcore-877d9928899d6818c262843f626d2783bd888561.tar.gz
core-877d9928899d6818c262843f626d2783bd888561.zip
#i105738# - corrected check for system credentials availability logic.
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/NeonSession.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/NeonSession.cxx b/ucb/source/ucp/webdav/NeonSession.cxx
index b455ffebbb9b..ac581fcf7581 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