blob: 4909dea125768da469467c5c9d3ce2cab54c2676 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001From 4b79f603b948709906c108796087de7b5643f61a Mon Sep 17 00:00:00 2001
2From: Yang Lyu <yangl@axis.com>
3Date: Mon, 26 Feb 2018 12:48:34 +0100
4Subject: [PATCH] Correct including directory for conf
5
6---
7 src/launch/config.c | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/src/launch/config.c b/src/launch/config.c
11index 6a68699..579471b 100644
12--- a/src/launch/config.c
13+++ b/src/launch/config.c
14@@ -1022,7 +1022,7 @@ static void config_parser_end_fn(void *userdata, const XML_Char *name) {
15 state->file,
16 state->current->include.selinux_root_relative ?
17 bus_selinux_policy_root() :
18- state->file->path,
19+ NULL,
20 state->current->cdata);
21 if (r) {
22 state->error = error_trace(r);
23--
242.1.4
25