Index: /branches/BNC_2.12/src/ephemeris.cpp
===================================================================
--- /branches/BNC_2.12/src/ephemeris.cpp	(revision 8579)
+++ /branches/BNC_2.12/src/ephemeris.cpp	(revision 8580)
@@ -58,5 +58,6 @@
 
   if (_checkState == bad ||
-      _checkState == unhealthy) {
+      _checkState == unhealthy ||
+      _checkState == outdated) {
     return failure;
   }
@@ -313,5 +314,6 @@
 
   if (_checkState == bad ||
-      _checkState == unhealthy) {
+      _checkState == unhealthy ||
+      _checkState == outdated) {
     return failure;
   }
@@ -611,5 +613,6 @@
 
   if (_checkState == bad ||
-      _checkState == unhealthy) {
+      _checkState == unhealthy ||
+      _checkState == outdated) {
     return failure;
   }
@@ -913,5 +916,6 @@
 
   if (_checkState == bad ||
-      _checkState == unhealthy) {
+      _checkState == unhealthy ||
+      _checkState == outdated) {
     return failure;
   }
@@ -1297,5 +1301,6 @@
 
   if (_checkState == bad ||
-      _checkState == unhealthy) {
+      _checkState == unhealthy ||
+      _checkState == outdated) {
     return failure;
   }
@@ -1540,5 +1545,6 @@
 
   if (_checkState == bad ||
-      _checkState == unhealthy) {
+      _checkState == unhealthy ||
+      _checkState == outdated) {
     return failure;
   }
