* Changed the format of the euidindex record to contain the record's key.
[citadel.git] / citadel / serv_upgrade.c
index 19aff117f89e8a97932c806584b8b3c3e92ff3fd..f9fa6fab79965ac2203a9757606031bd69ab6834 100644 (file)
@@ -217,7 +217,7 @@ void check_server_upgrades(void) {
        if ((CitControl.version > 000) && (CitControl.version < 608)) {
                convert_ctdluid_to_minusone();
        }
-       if ((CitControl.version > 000) && (CitControl.version < 657)) {
+       if ((CitControl.version > 000) && (CitControl.version < 658)) {
                rebuild_euid_index();
        }