$OpenBSD: patch-lib_engine_components_opal_opal-account_h,v 1.1 2011/10/29 08:37:40 ajacoutot Exp $

From 804e7a10dff32003d2059b56e185551d9b7e8859 Mon Sep 17 00:00:00 2001
From: Julien Puydt <jpuydt@newton.localdomain>
Date: Sat, 24 Sep 2011 12:46:57 +0000
Subject: Made the opal accounts only signal failed registrations on the first failure ; further retries won't be repeated

--- lib/engine/components/opal/opal-account.h.orig	Wed May 18 18:18:09 2011
+++ lib/engine/components/opal/opal-account.h	Fri Oct 28 15:44:54 2011
@@ -192,6 +192,8 @@ namespace Opal (private)
     std::string password;
     Type type;
 
+    mutable bool failed_registration_already_notified;
+
     PSafePtr<OpalPresentity> presentity;
     void setup_presentity ();
 
