Imported Debian patch 2.5.1p3-1
[debian/amanda] / server-src / amadmin.c
index e54507600e71c1ae8b760f6f85c3cb91b43881a9..d1ea05784dbeba3b5bc7c60fdece7c29b4624642 100644 (file)
@@ -25,7 +25,7 @@
  *                        University of Maryland at College Park
  */
 /*
- * $Id: amadmin.c,v 1.124 2006/07/26 15:17:37 martinea Exp $
+ * $Id: amadmin.c,v 1.124.2.1 2006/11/01 14:45:39 martinea Exp $
  *
  * controlling process for the Amanda backup system
  */
@@ -1750,8 +1750,6 @@ disklist_one(
     am_host_t *hp;
     interface_t *ip;
     sle_t *excl;
-    time_t st;
-    struct tm *stm;
 
     hp = dp->host;
     ip = hp->netif;
@@ -1901,15 +1899,7 @@ disklist_one(
 
     printf("        record %s\n", (dp->record? "YES" : "NO"));
     printf("        index %s\n", (dp->index? "YES" : "NO"));
-    st = dp->start_t;
-        if(st) {
-            stm = localtime(&st);
-           if (stm) 
-               printf("        starttime %d:%02d:%02d\n",
-                      stm->tm_hour, stm->tm_min, stm->tm_sec);
-           else
-               printf("        starttime BAD DATE\n");
-        }
+    printf("        starttime %04d\n", (int)dp->starttime);
    
     if(dp->tape_splitsize > (off_t)0) {
        printf("        tape_splitsize " OFF_T_FMT "\n",