Added a catch all with unknown state

This commit is contained in:
Jack-Benny Persson 2013-04-14 04:45:31 +02:00
parent b0c17192d0
commit 1d2a9e4072
2 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -145,6 +145,9 @@ else // Fail as unknown, something went haywire
exit($STATE_UNKNOWN);
}
// Catch all and fail with unknown state
exit($STATE_UNKNOWN);
?>