Browse Source

Invalid assertion

Source commit: 0aa65375e3e11f994b89135d50fcf5c1d2d3c5fc
Martin Prikryl 8 years ago
parent
commit
080e0d4c0d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/core/WebDAVFileSystem.cpp

+ 1 - 1
source/core/WebDAVFileSystem.cpp

@@ -2814,7 +2814,7 @@ void __fastcall TWebDAVFileSystem::UpdateFromMain(TCustomFileSystem * AMainFileS
       }
       }
     }
     }
 
 
-    if (DebugAlwaysTrue(MainFileSystem->FNeonLockStore != NULL))
+    if (MainFileSystem->FNeonLockStore != NULL)
     {
     {
       RequireLockStore();
       RequireLockStore();
       struct ne_lock * Lock = ne_lockstore_first(MainFileSystem->FNeonLockStore);
       struct ne_lock * Lock = ne_lockstore_first(MainFileSystem->FNeonLockStore);