Change flags
This commit is contained in:
parent
aefbc1c9bf
commit
977c049875
@ -69,8 +69,8 @@ static int get_owner_login_user_args(struct su_context *ctx, char* user, int use
|
||||
}
|
||||
|
||||
void app_send_result(struct su_context *ctx, policy_t policy) {
|
||||
char binary_version[256];
|
||||
sprintf(binary_version, "%d", VERSION_CODE);
|
||||
// char binary_version[256];
|
||||
// sprintf(binary_version, "%d", VERSION_CODE);
|
||||
|
||||
char uid[256];
|
||||
sprintf(uid, "%d", ctx->from.uid);
|
||||
|
4
su.c
4
su.c
@ -253,10 +253,10 @@ int su_daemon_main(int argc, char **argv) {
|
||||
ctx.to.shell = optarg;
|
||||
break;
|
||||
case 'V':
|
||||
printf("%d\n", VERSION_CODE);
|
||||
printf("%d\n", MAGISK_VER_CODE);
|
||||
exit(EXIT_SUCCESS);
|
||||
case 'v':
|
||||
printf("%s\n", SU_VERSION_STR);
|
||||
printf("%s\n", MAGISKSU_VER_STR);
|
||||
exit(EXIT_SUCCESS);
|
||||
case 'u':
|
||||
switch (ctx.user.multiuser_mode) {
|
||||
|
Loading…
Reference in New Issue
Block a user