Revision: 27932
          http://sourceforge.net/p/bibdesk/svn/27932
Author:   hofman
Date:     2022-09-25 23:10:02 +0000 (Sun, 25 Sep 2022)
Log Message:
-----------
don't encode password

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

Modified: trunk/bibdesk/BDSKServerInfo.m
===================================================================
--- trunk/bibdesk/BDSKServerInfo.m      2022-09-25 22:07:57 UTC (rev 27931)
+++ trunk/bibdesk/BDSKServerInfo.m      2022-09-25 23:10:02 UTC (rev 27932)
@@ -149,7 +149,7 @@
     [coder encodeObject:database forKey:DATABASE_KEY];
     [coder encodeObject:host forKey:HOST_KEY];
     [coder encodeObject:port forKey:PORT_KEY];
-    [coder encodeObject:options forKey:OPTIONS_KEY];
+    [coder encodeObject:[self options] forKey:OPTIONS_KEY];
 }
 
 - (id)copyWithZone:(NSZone *)aZone {

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