am a6703415: am 85fb2066: Amend previous ndc commit

Merge commit 'a6703415ead229d6387973c25f5b833cefd26e9b' into kraken

* commit 'a6703415ead229d6387973c25f5b833cefd26e9b':
  Amend previous ndc commit
This commit is contained in:
Kenny Root
2010-06-01 20:54:21 -07:00
committed by Android Git Automerger

View File

@@ -642,8 +642,9 @@ class MountService extends IMountService.Stub
}
private boolean doGetShareMethodAvailable(String method) {
ArrayList<String> rsp;
try {
ArrayList<String> rsp = mConnector.doCommand("share status " + method);
rsp = mConnector.doCommand("share status " + method);
} catch (NativeDaemonConnectorException ex) {
Slog.e(TAG, "Failed to determine whether share method " + method + " is available.");
return false;