From 5397b793f434fd6cd1d65e145c62e7c9d1b4141f Mon Sep 17 00:00:00 2001 From: obarun <eric@obarun.org> Date: Mon, 18 Feb 2019 18:30:05 +1100 Subject: [PATCH] do not create resolve directory --- src/66/66-tree.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/66/66-tree.c b/src/66/66-tree.c index b47c086b..34c72e3e 100644 --- a/src/66/66-tree.c +++ b/src/66/66-tree.c @@ -241,7 +241,7 @@ int create_tree(char const *tree,char const *const *envp) { VERBO3 strerr_warnwu3sys("create ",dst,SS_RESOLVE) ; return 0 ; - } + }/* memcpy(dst + newlen, SS_RESOLVE, SS_RESOLVE_LEN) ; dst[newlen + SS_RESOLVE_LEN] = 0 ; VERBO3 strerr_warnt3x("create directory: ",dst,SS_MASTER) ; @@ -259,7 +259,7 @@ int create_tree(char const *tree,char const *const *envp) VERBO3 strerr_warnwu3sys("write ",dst,"/type") ; return 0 ; } - + */ dst[newlen] = 0 ; char sym[newlen + 1 + SS_SYM_SVC_LEN + 1] ; -- GitLab