Ignore:
Timestamp:
Feb 12, 2007, 2:05:43 AM (17 years ago)
Author:
Bruno Cornec
Message:

Try to fix some valgrind reports (note that this version still doesn't work)

File:
1 edited

Legend:

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

    r1137 r1140  
    10931093            ("NFS mount doesn't have a colon in it, e.g. 192.168.1.4:/home/nfs");
    10941094    }
    1095     *(p++) = '\0';
     1095    *p = '\0';
     1096    p++;
    10961097    strcpy(nfs_server_ipaddr, tmp);
    10971098    mr_free(tmp);
Note: See TracChangeset for help on using the changeset viewer.