Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313614
b: refs/heads/master
c: 7ff2267
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Kasatkin authored and Mimi Zohar committed Jul 5, 2012
1 parent bdd78e3 commit ef10cab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8445d64dd761440fb5c73a2abba25009f4bf0e4c
refs/heads/master: 7ff2267af595e642f1009198ab49e86a239148fa
3 changes: 2 additions & 1 deletion trunk/security/integrity/ima/ima_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@ static int __init init_ima(void)
int error;

error = ima_init();
ima_initialized = 1;
if (!error)
ima_initialized = 1;
return error;
}

Expand Down

0 comments on commit ef10cab

Please sign in to comment.