X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fserver.h;h=ef7b4aa84e0eb3fadfe8912159039df030b04d8b;hp=0be145a2003095bf0f970fcebc5cd0f55d80222c;hb=fe70bc8314205d9c32da7c73e5bf1c58ee1a67f6;hpb=76a0216278f0a014d3533de9150adbc9f74085ab diff --git a/citadel/server.h b/citadel/server.h index 0be145a20..ef7b4aa84 100644 --- a/citadel/server.h +++ b/citadel/server.h @@ -72,9 +72,7 @@ struct recptypes { * restart. */ #define CTDLEXIT_CONFIG 101 // Could not read system configuration -#define CTDLEXIT_CONTROL 102 // Could not acquire lock #define CTDLEXIT_HOME 103 // Citadel home directory not found -#define CTDLEXIT_OOD 104 // Out Of Date config - rerun setup #define CTDLEXIT_DB 105 // Unable to initialize database #define CTDLEXIT_LIBCITADEL 106 // Incorrect version of libcitadel #define CTDL_EXIT_UNSUP_AUTH 107 // Unsupported auth mode configured