Commit 873418ed authored by Youness Alaoui's avatar Youness Alaoui

Add the expired binding to the pending list before destroying it

parent dbef6bc5
...@@ -677,6 +677,9 @@ priv_binding_expired_timeout (gpointer data) ...@@ -677,6 +677,9 @@ priv_binding_expired_timeout (gpointer data)
break; break;
} }
} }
/* In case the binding timed out before it could be processed, add it to
the pending list */
priv_add_channel_binding (priv, &b->peer);
g_free (b); g_free (b);
break; break;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment