Skip to content

Commit

Permalink
Merge pull request #208 from h1618/patch-1
Browse files Browse the repository at this point in the history
Update activity.c
  • Loading branch information
koush committed Nov 29, 2013
2 parents 95b77e3 + fd66468 commit 897a880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Superuser/jni/su/activity.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ int send_result(struct su_context *ctx, policy_t policy) {
"--es",
"action",
policy == ALLOW ? "allow" : "deny",
"--user",
user[0] ? "--user" : NULL,
android_user_id,
NULL
};
Expand Down

0 comments on commit 897a880

Please sign in to comment.