AP_FileSystem: do listing for SYS without slash as well

This commit is contained in:
bugobliterator 2020-11-11 13:30:52 +05:30 committed by Andrew Tridgell
parent 02e9519ab0
commit bf4f482f5e

View File

@ -53,6 +53,7 @@ const AP_Filesystem::Backend AP_Filesystem::backends[] = {
#endif
{ "@PARAM/", fs_param },
{ "@SYS/", fs_sys },
{ "@SYS", fs_sys },
};
#define MAX_FD_PER_BACKEND 256U