diff --git a/display/connection.c b/display/connection.c index 723b00ef..d8519613 100644 --- a/display/connection.c +++ b/display/connection.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, 2015, 2016 Jonas 'Sortie' Termansen. + * Copyright (c) 2014, 2015, 2016, 2023 Jonas 'Sortie' Termansen. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -115,6 +115,8 @@ CONNECTION_MESSAGE_HANDLER_NO_AUX(shutdown) exit(1); else if ( msg->code == 2 ) exit(2); + else if ( msg->code == 3 ) + exit(3); else exit(0); }