Revision: 21847
          http://sourceforge.net/p/bibdesk/svn/21847
Author:   hofman
Date:     2018-02-08 22:41:02 +0000 (Thu, 08 Feb 2018)
Log Message:
-----------
Don't auto rename our net service when publishing, we want to control the 
renaming process as we need the same name as the connection port

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

Modified: trunk/bibdesk/BDSKSharingServer.m
===================================================================
--- trunk/bibdesk/BDSKSharingServer.m   2018-02-08 16:20:22 UTC (rev 21846)
+++ trunk/bibdesk/BDSKSharingServer.m   2018-02-08 22:41:02 UTC (rev 21847)
@@ -380,7 +380,7 @@
         
         if (netService) {
             // our DO server will also use Bonjour, but this gives us a 
browseable name
-            [netService publish];
+            [netService publishWithOptions:NSNetServiceNoAutoRename];
             
             // register for notifications
             NSNotificationCenter *nc = [NSNotificationCenter defaultCenter];

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to