fixed /tags namespace (was wrong permission modes)

This commit is contained in:
Anselm R. Garbe 2006-03-10 21:58:08 +01:00
parent cb3997262d
commit ece0f13675
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ name2type(char *name, unsigned char dir_type)
if((dir_type == FsDbar) && name2label(name))
return FsDlabel;
if((dir_type == FsDtags) && istag(ctag, name, nctag))
return FsDlabel;
return FsFtag;
if(!strncmp(name, "sel", 4))
goto dyndir;
i = (unsigned short) cext_strtonum(name, 0, 0xffff, &err);