Revision: 27951
          http://sourceforge.net/p/bibdesk/svn/27951
Author:   hofman
Date:     2022-09-28 15:06:55 +0000 (Wed, 28 Sep 2022)
Log Message:
-----------
don't bother locking in mutable server info

Modified Paths:
--------------
    trunk/bibdesk/BDSKServerInfo.m

Modified: trunk/bibdesk/BDSKServerInfo.m
===================================================================
--- trunk/bibdesk/BDSKServerInfo.m      2022-09-28 14:25:26 UTC (rev 27950)
+++ trunk/bibdesk/BDSKServerInfo.m      2022-09-28 15:06:55 UTC (rev 27951)
@@ -105,7 +105,8 @@
         name = [aName copy];
         database = [aDbase copy];
         passwordInKeychain = NO;
-        passwordLock = [[BDSKReadWriteLock alloc] init];
+        if ([self isKindOfClass:[BDSKMutableServerInfo class]] == NO)
+            passwordLock = [[BDSKReadWriteLock alloc] init];
         if ([self isEntrez] || [self isISI] || [self isDBLP]) {
             host = nil;
             port = nil;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to