Ignore:
Timestamp:
Feb 27, 2007, 2:08:10 PM (17 years ago)
Author:
Bruno Cornec
Message:

Fixing another valgrind bug for mr_strip_spaces (order matters :-)

File:
1 edited

Legend:

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

    r1214 r1217  
    374374    run_program_and_log_output("uname -a", 5);
    375375    run_program_and_log_output("cat /etc/*-release", 5);
    376     run_program_and_log_output("cat /etc/*issue*", 5);
    377376    sprintf(g_tmpfs_mountpt, "%s/tmpfs", bkpinfo->tmpdir);
    378377    mr_asprintf(&command, "mkdir -p %s", g_tmpfs_mountpt);
Note: See TracChangeset for help on using the changeset viewer.