diff options
Diffstat (limited to 'lldb/tools/debugserver/source/RNBServices.cpp')
-rw-r--r-- | lldb/tools/debugserver/source/RNBServices.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/debugserver/source/RNBServices.cpp b/lldb/tools/debugserver/source/RNBServices.cpp index 9d76209feb7..aaf2d4f1590 100644 --- a/lldb/tools/debugserver/source/RNBServices.cpp +++ b/lldb/tools/debugserver/source/RNBServices.cpp @@ -194,7 +194,7 @@ ListApplications(std::string& plist, bool opt_runningApps, bool opt_debuggable) #else // #if defined (WITH_SPRINGBOARD) || defined (WITH_BKS) // When root, show all processes bool all_users = (our_uid == 0); - result = GetProcesses (plistMutableArray.get(), all_users); + GetProcesses (plistMutableArray.get(), all_users); #endif CFReleaser<CFDataRef> plistData (::CFPropertyListCreateXMLData (alloc, plistMutableArray.get())); |