summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-01-16 20:45:44 +0100
committerJulien Nabet <serval2412@yahoo.fr>2012-01-16 20:46:49 +0100
commit9dfa70c22d4f3ad480ffb98c0c8e1ea40f03dc18 (patch)
tree07aaf6eeece6a8e565a1380d068dba3fd583a7b7 /ucb
parenta3849747a393a16a0d11ef91236cc9a910e73f18 (diff)
Fix "Same expression on both sides of '||'"
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/LockEntrySequence.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav/LockEntrySequence.cxx b/ucb/source/ucp/webdav/LockEntrySequence.cxx
index 49e5547cdb9f..075af0132ee8 100644
--- a/ucb/source/ucp/webdav/LockEntrySequence.cxx
+++ b/ucb/source/ucp/webdav/LockEntrySequence.cxx
@@ -171,7 +171,7 @@ extern "C" int LockEntrySequence_endelement_callback(
break;
case STATE_LOCKENTRY:
- if ( !pCtx->hasType || !pCtx->hasType )
+ if ( !pCtx->hasType || !pCtx->hasScope )
return 1; // abort
break;