diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-12-21 09:59:54 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-12-21 09:59:54 +0000 |
commit | 00f573313416c8b3bfc8b32f157b0d64311382c0 (patch) | |
tree | 4a3150e60d2ba1a12e16f8e30ac63cb41b3963b2 /src/tipideed/tipideed.c | |
parent | 289236dd5a7f05bd5253840fa03d358ca51406b0 (diff) | |
download | tipidee-00f573313416c8b3bfc8b32f157b0d64311382c0.tar.xz |
Minor refactors
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/tipideed/tipideed.c')
-rw-r--r-- | src/tipideed/tipideed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tipideed/tipideed.c b/src/tipideed/tipideed.c index 75a8195..a8dd944 100644 --- a/src/tipideed/tipideed.c +++ b/src/tipideed/tipideed.c @@ -202,7 +202,7 @@ static inline void get_resattr (tipidee_rql const *rql, char const *docroot, cha if (errno == EPERM) die500x(rql, 102, docroot, "resource ", res, " points outside of the server's root") ; else - die500sys(rql, 111, docroot, "path_canonicalize ", res) ; + die500sys(rql, 111, docroot, "translate_path ", res) ; } if (!tipidee_conf_get_resattr(&g.conf, g.sa.s + pos, ra)) die500sys(rql, 102, docroot, "look up resource attributes for ", g.sa.s + pos) ; |