diff options
author | James Morris <james.l.morris@oracle.com> | 2016-04-12 21:06:52 -0400 |
---|---|---|
committer | James Morris <james.l.morris@oracle.com> | 2016-04-12 21:06:52 -0400 |
commit | 58976eef9dc0318ef87bb81a6303b69d941d04bc (patch) | |
tree | da4ba5ee905e1da35d43e6226d8ea4b3c002adc2 /scripts | |
parent | 1c74a7f812b135d3df41d7c3671b647aed6467bf (diff) | |
parent | 952cca6a724c420a1efb6025e41862dfd2c1edc3 (diff) |
Merge tag 'keys-fixes-20160412' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into for-linus
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/asn1_compiler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/asn1_compiler.c b/scripts/asn1_compiler.c index e000f44e37b8..c1b7ef3e24c1 100644 --- a/scripts/asn1_compiler.c +++ b/scripts/asn1_compiler.c | |||
@@ -650,7 +650,7 @@ int main(int argc, char **argv) | |||
650 | } | 650 | } |
651 | 651 | ||
652 | hdr = fopen(headername, "w"); | 652 | hdr = fopen(headername, "w"); |
653 | if (!out) { | 653 | if (!hdr) { |
654 | perror(headername); | 654 | perror(headername); |
655 | exit(1); | 655 | exit(1); |
656 | } | 656 | } |