summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
23dde40)
code where the owner of the folder was checked against the results of
getuid().
{
int msgnum, prefix_len, len, *mi;
struct msgs *mp;
{
int msgnum, prefix_len, len, *mi;
struct msgs *mp;
struct dirent *dp;
DIR *dd;
bvector_t *v;
struct dirent *dp;
DIR *dd;
bvector_t *v;
- if (stat (name, &st) == -1) {
- free (name);
- return NULL;
- }
-
/* Allocate the main structure for folder information */
mp = (struct msgs *) mh_xmalloc ((size_t) sizeof(*mp));
/* Allocate the main structure for folder information */
mp = (struct msgs *) mh_xmalloc ((size_t) sizeof(*mp));