Add signal handling, improve robustness for sequence number file writes.
Also removes now unused Fib::Clean method.
Change-Id: I7db2d66fa329920467ea7d5e7c16ff5a2ee9f44b
diff --git a/src/main.cpp b/src/main.cpp
index dfe54a7..ca0e8ec 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
- * Copyright (c) 2014-2023, The University of Memphis,
+ * Copyright (c) 2014-2025, The University of Memphis,
* Regents of the University of California,
* Arizona Board of Regents.
*
@@ -88,7 +88,6 @@
face.processEvents();
}
catch (const std::exception& e) {
- nlsr.getFib().clean();
std::cerr << "FATAL: " << boost::diagnostic_information(e) << std::endl;
return 1;
}