Ignore:
Timestamp:
Nov 18, 2006, 1:12:12 AM (17 years ago)
Author:
Bruno Cornec
Message:

Fix a bug in libmondo-fifo.c where potentially no buffer content could let mondo running forever in case of an exception

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/libmondo-filelist.c

    r912 r941  
    207207    log_to_screen("Dividing filelist into sets. Please wait.");
    208208    i = 0;
    209 /*
    210   if (find_home_of_exe("getfattr"))
    211     { i++; log_to_screen ("NEW! Recording extended attributes."); }
    212   if (find_home_of_exe("getfacl"))
    213     { i++; log_to_screen ("NEW! Recording ACL information."); }
    214   if (i)
    215     { i=0; log_to_screen ("This will take more time. Please be patient."); }
    216 */
    217209    sprintf(filelist, "%s/archives/filelist.full", bkpinfo->scratchdir);
    218210    sprintf(cksumlist, "%s/cklist.full", bkpinfo->tmpdir);
Note: See TracChangeset for help on using the changeset viewer.