Scout24 / yum-repo-server

Server to host and manage yum repositories via REST API
GNU General Public License v3.0
114 stars 19 forks source link

File type detection is buggy #65

Closed oli99sc closed 9 years ago

oli99sc commented 9 years ago

File Flags and Mode are not evaluated correctly, only directories with permissions rwxr-xr-x are currently detected as directories. Need to use bit masks instead of int comparisons