blob: f934766dfb85374c27d28dcad34b39ff23e8a1c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-tools_xenstore_xs_lib.c,v 1.1 2020/05/26 11:12:11 bouyer Exp $
--- tools/xenstore/xs_lib.c.orig
+++ tools/xenstore/xs_lib.c
@@ -52,7 +52,7 @@ static const char *xs_daemon_path(void)
const char *xs_daemon_tdb(void)
{
static char buf[PATH_MAX];
- snprintf(buf, sizeof(buf), "%s/tdb", xs_daemon_rootdir());
+ snprintf(buf, sizeof(buf), "%s/tdb", xs_daemon_rundir());
return buf;
}
|