Skip to content

Commit a6b408a

Browse files
committed
mark only the core as not initialized after shutdown.
1 parent fa8b5ff commit a6b408a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cSploit/src/org/csploit/android/core/System.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public static void shutdownCoreDaemon(){
314314
Client.Shutdown();
315315
Client.Disconnect();
316316

317-
mInitialized = mCoreInitialized = false;
317+
mCoreInitialized = false;
318318
}
319319

320320
public static void initCore() throws DaemonException, SuException {

0 commit comments

Comments
 (0)