mirror of
https://github.com/upa/mscp.git
synced 2026-02-15 17:54:43 +08:00
use pseudo glob/globfree for remote-glob when musl
musllibc does not implement GLOB_ALTDIRFUNC, so do not call glob for remote sides when libc is musl. test_e2e.py skips test_glob_src_path when running on alpine.
This commit is contained in:
@@ -446,7 +446,7 @@ void *mscp_scan_thread(void *arg)
|
||||
|
||||
list_splice_tail(&tmp, m->path_list.prev);
|
||||
}
|
||||
globfree(&pglob);
|
||||
mscp_globfree(&pglob);
|
||||
}
|
||||
|
||||
mpr_info(m->msg_fp, "walk source path(s) done\n");
|
||||
|
||||
Reference in New Issue
Block a user