diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-21 19:20:54 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-21 20:56:57 +0100 |
commit | d66991e1f50a85e312562ae71f2407556d7ba330 (patch) | |
tree | 8bdbe08afbee58b72d16df4127cd84bd4226b62f /ucb/source | |
parent | 6998c635b06dca7b5a335c71b74ed0862e9d7910 (diff) |
WaE: Same expression on both sides of '||'
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/ucp/webdav/LockSequence.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav/LockSequence.cxx b/ucb/source/ucp/webdav/LockSequence.cxx index 464245bed53e..3b31b1f9fa11 100644 --- a/ucb/source/ucp/webdav/LockSequence.cxx +++ b/ucb/source/ucp/webdav/LockSequence.cxx @@ -298,7 +298,7 @@ extern "C" int LockSequence_endelement_callback( break; case STATE_ACTIVELOCK: - if ( !pCtx->hasLockType || !pCtx->hasLockType || !pCtx->hasDepth ) + if ( !pCtx->hasLockType || !pCtx->hasDepth ) return 1; // abort break; |