base-bearer: clear connection error on every new attempt
This commit is contained in:
@@ -968,6 +968,9 @@ mm_base_bearer_connect (MMBaseBearer *self,
|
|||||||
mm_bearer_stats_get_attempts (self->priv->stats) + 1);
|
mm_bearer_stats_get_attempts (self->priv->stats) + 1);
|
||||||
bearer_reset_ongoing_interface_stats (self);
|
bearer_reset_ongoing_interface_stats (self);
|
||||||
|
|
||||||
|
/* Clear previous connection error, if any */
|
||||||
|
bearer_update_connection_error (self, NULL);
|
||||||
|
|
||||||
/* Connecting! */
|
/* Connecting! */
|
||||||
mm_obj_dbg (self, "connecting...");
|
mm_obj_dbg (self, "connecting...");
|
||||||
self->priv->connect_cancellable = g_cancellable_new ();
|
self->priv->connect_cancellable = g_cancellable_new ();
|
||||||
|
Reference in New Issue
Block a user