URL: https://github.com/freeipa/freeipa/pull/1417
Author: tiran
 Title: #1417: [Backport][ipa-4-6] Include ipa_krb5.h without util prefix
Action: opened

PR body:
"""
This PR was opened automatically because PR #1415 was pushed to master and 
backport to ipa-4-6 is required.
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1417/head:pr1417
git checkout pr1417
From d972e1cb401b36392ccee0bd05d0ff8961593078 Mon Sep 17 00:00:00 2001
From: Christian Heimes <chei...@redhat.com>
Date: Wed, 20 Dec 2017 11:53:09 +0100
Subject: [PATCH] Include ipa_krb5.h without util prefix

Fixes out-of-tree builds.

Signed-off-by: Christian Heimes <chei...@redhat.com>
---
 daemons/ipa-kdb/ipa_kdb_certauth.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daemons/ipa-kdb/ipa_kdb_certauth.c b/daemons/ipa-kdb/ipa_kdb_certauth.c
index 66c2d08cbb..35e5e7d086 100644
--- a/daemons/ipa-kdb/ipa_kdb_certauth.c
+++ b/daemons/ipa-kdb/ipa_kdb_certauth.c
@@ -42,7 +42,7 @@
 #include <syslog.h>
 #include <sss_certmap.h>
 
-#include "util/ipa_krb5.h"
+#include "ipa_krb5.h"
 #include "ipa_kdb.h"
 
 #define IPA_OC_CERTMAP_RULE "ipaCertMapRule"
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org

Reply via email to