Merge remote-tracking branch 'qubesos/pr/36'

* qubesos/pr/36:
  Fix fall through
This commit is contained in:
Marek Marczykowski-Górecki 2018-01-12 17:34:10 +01:00
commit 21c951201c
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -633,6 +633,7 @@ static void wait_for_vchan_client_with_timeout(libvchan_t *conn, int timeout) {
fprintf(stderr, "vchan connection error\n");
libvchan_close(conn);
do_exit(1);
break;
case 0:
fprintf(stderr, "vchan connection timeout\n");
libvchan_close(conn);