Add fall through comment to silence compiler warning

This commit is contained in:
Marc André Tanner 2020-04-20 11:52:12 +02:00
parent 6ff68d3d5a
commit c31eb7fad9
1 changed files with 1 additions and 0 deletions

View File

@ -697,6 +697,7 @@ int main(int argc, char *argv[]) {
die("create-session");
if (action == 'n')
break;
/* fall through */
case 'a':
if (!attach_session(server.session_name, true))
die("attach-session");