Skip to content

Commit

Permalink
Fix missing return value.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Jun 25, 2015
1 parent e14eb1e commit ff44adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/x509.js
Original file line number Diff line number Diff line change
Expand Up @@ -2092,7 +2092,7 @@ function _fillMissingExtensionFields(e, options) {
}

if(typeof e.value !== 'undefined') {
return;
return e;
}

// handle missing value:
Expand Down

0 comments on commit ff44adc

Please sign in to comment.