Commit cabaae84 authored by topjohnwu's avatar topjohnwu

MagiskSU improvements

parent f2064a84
...@@ -63,7 +63,7 @@ static int strings_cb(void *v, int col_num, char **data, char **col_name) { ...@@ -63,7 +63,7 @@ static int strings_cb(void *v, int col_num, char **data, char **col_name) {
} }
if (key >= 0) { if (key >= 0) {
strcpy(dbs->s[key], value); strcpy(dbs->s[key], value);
LOGD("su_db: query %s=[%s]\n", DB_SETTING_KEYS[key], value); LOGD("su_db: query %s=[%s]\n", DB_STRING_KEYS[key], value);
} }
return 0; return 0;
} }
......
...@@ -66,7 +66,7 @@ NAMESPACE_MODE_REQUESTER \ ...@@ -66,7 +66,7 @@ NAMESPACE_MODE_REQUESTER \
// Strings indices // Strings indices
enum { enum {
SU_REQUESTER = 0 SU_MANAGER = 0
}; };
struct db_strings { struct db_strings {
......
Subproject commit a56fb9d869dd809c7339119459bfdc88c2dd8404 Subproject commit 2c5a36a8da625079a0617c0d06f96f444c4d4bf4
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment