VirtualBox

Changeset 60895 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
May 9, 2016 2:17:19 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107108
Message:

vbox.py: EventHandlerBase.unregister: Initialize fRc at the start of the function. duh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vbox.py

    r60570 r60895  
    501501        Unregister the event handler.
    502502        """
     503        fRc = False;
    503504        if not self.fShutdown:
    504505            self.fShutdown = True;
    505506
    506             fRc = False;
    507507            if self.oEventSrc is not None:
    508508                if self.fpApiVer < 3.3:
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette