diff --git a/pyghmi/ipmi/command.py b/pyghmi/ipmi/command.py index c5f031dd..4775e5d0 100644 --- a/pyghmi/ipmi/command.py +++ b/pyghmi/ipmi/command.py @@ -147,6 +147,7 @@ class Command(object): def logged(self, response): self.onlogon(response, self) + self.onlogon = None @classmethod def eventloop(cls):