Douglas Schilling Landgraf has uploaded a new change for review. Change subject: security.py: Fix typo in variable ......................................................................
security.py: Fix typo in variable The commit eb0b20ac introduced an error due a typo in a variable name. This patch fix the typo and avoid an error be showed to users when enabling/disabling SSH via TUI. Change-Id: I5c4f2be28eb26666a31cfa2259e5b36458ac8e58 Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- M src/ovirt/node/utils/security.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/46/42246/1 diff --git a/src/ovirt/node/utils/security.py b/src/ovirt/node/utils/security.py index 8633929..14e0836 100644 --- a/src/ovirt/node/utils/security.py +++ b/src/ovirt/node/utils/security.py @@ -162,7 +162,7 @@ self.__update_profile(disable_aes=disable) else: self.logger.warning("Unknown value for AES NI: %s" % disable) - return self.rng_status().disable_aesni + return self.rng_status().disable_aes_ni def strong_rng(self, num_bytes=None): if (valid.Empty() | valid.Number(bounds=[0, None])).\ -- To view, visit https://gerrit.ovirt.org/42246 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5c4f2be28eb26666a31cfa2259e5b36458ac8e58 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
