summaryrefslogtreecommitdiffstats
path: root/gatchat/test-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'gatchat/test-server.c')
-rw-r--r--gatchat/test-server.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gatchat/test-server.c b/gatchat/test-server.c
index e574d64c..28bad1d9 100644
--- a/gatchat/test-server.c
+++ b/gatchat/test-server.c
@@ -137,6 +137,12 @@ static void ppp_disconnect(GAtPPPDisconnectReason reason, gpointer user)
g_at_ppp_unref(ppp);
ppp = NULL;
+ if (reason == G_AT_PPP_REASON_LINK_DEAD) {
+ g_at_server_unref(server);
+ server = NULL;
+ return;
+ }
+
g_at_server_resume(server);
g_at_server_set_debug(server, server_debug, "Server");