Skip to content
  • Benjamin Berg's avatar
    utils: Fix race in verify accepting unrelated signals · eb73e024
    Benjamin Berg authored
    Signals like VerifyResult may be received from unrelated Verify
    operations. To avoid races, we need to ignore any VerifyResult that
    happenes before the DBus method returns.
    
    The only way to do this race-free is to use the async version of the
    VerifyStart method.
    eb73e024