Use the new data format for RoomInfo in spoolcontrol (what is this for?)
[citadel.git] / citadel / modules / upgrade / serv_upgrade.c
index 4d3c50bd7e0037e4fb68257e00fa8b20f5e756b2..6ffe097736d73437baa1468e9dde9c8f5f17f522 100644 (file)
@@ -365,6 +365,7 @@ void ingest_old_roominfo_and_roompic_files(void)
                il = p;
        }
 
                il = p;
        }
 
+       unlink(ctdl_info_dir);
 }
 
 
 }