Imported Upstream version 2.6.1p1
[debian/amanda] / server-src / find.c
index ccf878d368889dcf6fb625bab8a820fd20a012f4..631c4b84ca1de89f703a5191d0e3db2b46b909b2 100644 (file)
@@ -248,7 +248,10 @@ search_holding_disk(
            new_output_find->label=stralloc(holding_file);
            new_output_find->partnum=stralloc("--");
            new_output_find->filenum=0;
-           new_output_find->status=stralloc("OK");
+           if (file.is_partial)
+               new_output_find->status=stralloc("PARTIAL");
+           else
+               new_output_find->status=stralloc("OK");
            *output_find=new_output_find;
        }
        dumpfile_free_data(&file);