[Pkg-owncloud-commits] [owncloud-client] 263/332: SocketAPI: Try reconnect if socket was not connected.

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Aug 14 21:07:10 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 7bef588851279ecc8b7c062998d1cc5f58c1be5d
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Tue Jul 15 17:53:15 2014 +0200

    SocketAPI: Try reconnect if socket was not connected.
---
 shell_integration/MacOSX/LiferayNativityFinder/RequestManager.m | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shell_integration/MacOSX/LiferayNativityFinder/RequestManager.m b/shell_integration/MacOSX/LiferayNativityFinder/RequestManager.m
index 5b1375c..b3c9e38 100644
--- a/shell_integration/MacOSX/LiferayNativityFinder/RequestManager.m
+++ b/shell_integration/MacOSX/LiferayNativityFinder/RequestManager.m
@@ -86,6 +86,7 @@ static RequestManager* sharedInstance = nil;
 		[self askOnSocket:path query:verb];
 	} else {
 		[_requestQueue addObject:path];
+		[self start]; // try again to connect
 	}
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list