Skip to content

Commit fa8b5ff

Browse files
committed
mark core as not initialized when shutting it down.
1 parent 8ed049c commit fa8b5ff

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 = false;
317+
mInitialized = mCoreInitialized = false;
318318
}
319319

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

0 commit comments

Comments
 (0)