summaryrefslogtreecommitdiffstats
path: root/auto-virtserial-guest.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto-virtserial-guest.c')
-rw-r--r--auto-virtserial-guest.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/auto-virtserial-guest.c b/auto-virtserial-guest.c
index 2c84c27..b0faa10 100644
--- a/auto-virtserial-guest.c
+++ b/auto-virtserial-guest.c
@@ -594,6 +594,9 @@ back_to_open:
ret = join_read_thread(gpkt.value);
send_report(cfd, ret);
break;
+ default:
+ send_report(cfd, -ERANGE);
+ break;
}
}
return 0;