summaryrefslogtreecommitdiff
path: root/src/fdholder/s6-fdholder-getdump.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-08-28 13:59:16 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-08-28 13:59:16 +0000
commit04b699857c141a93fc981b83ba02b452ce3a2ddc (patch)
treef22701124126003ef8f3bca685c94b0de0cd9dec /src/fdholder/s6-fdholder-getdump.c
parenta4deb6285e4a3d4aa10fe1913e0be400ec4be25e (diff)
downloads6-04b699857c141a93fc981b83ba02b452ce3a2ddc.tar.xz
Switch to xpathexec_*
Diffstat (limited to 'src/fdholder/s6-fdholder-getdump.c')
-rw-r--r--src/fdholder/s6-fdholder-getdump.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fdholder/s6-fdholder-getdump.c b/src/fdholder/s6-fdholder-getdump.c
index bb359dc..5e0e3f6 100644
--- a/src/fdholder/s6-fdholder-getdump.c
+++ b/src/fdholder/s6-fdholder-getdump.c
@@ -52,7 +52,6 @@ int main (int argc, char const *const *argv, char const *const *envp)
newargv[m++] = "7" ;
while (*argv) newargv[m++] = *argv++ ;
newargv[m++] = 0 ;
- pathexec_run(newargv[0], newargv, envp) ;
- strerr_dieexec(111, newargv[0]) ;
+ xpathexec_run(newargv[0], newargv, envp) ;
}
}