Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
resolved conflicts for merge of f82f5e0 to lmp-mr1-dev.
Browse files Browse the repository at this point in the history
Change-Id: I093d7ecf48e9137b974047cd7d0fd2209792b748
  • Loading branch information
dcashman committed Feb 6, 2015
2 parents 72fef0b + f82f5e0 commit 880be46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/sepolicy-analyze/sepolicy-analyze.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ int main(int argc, char **argv)
char *policy;
struct policy_file pf;
policydb_t policydb;
int rc, i;
int rc;
int i;

if (argc < 3)
usage(argv[0]);
policy = argv[1];
Expand All @@ -55,7 +57,5 @@ int main(int argc, char **argv)
}
}
usage(argv[0]);

// will never be called due to exit() call in usage
exit(1);
exit(0);
}

0 comments on commit 880be46

Please sign in to comment.