diff --git a/DAPNETGateway.cpp b/DAPNETGateway.cpp index 71e8ee1..0ebafcd 100644 --- a/DAPNETGateway.cpp +++ b/DAPNETGateway.cpp @@ -122,6 +122,8 @@ int main(int argc, char** argv) delete gateway; switch (m_signal) { + case 0: + break; case 2: ::LogInfo("DAPNETGateway-%s exited on receipt of SIGINT", VERSION); break; diff --git a/Version.h b/Version.h index 697b855..f5831c7 100644 --- a/Version.h +++ b/Version.h @@ -19,6 +19,6 @@ #if !defined(VERSION_H) #define VERSION_H -const char* VERSION = "20240129"; +const char* VERSION = "20240831"; #endif