I found this little issue while working on improving enumeration.
On (18/08/13 22:10), Jakub Hrozek wrote:
I found this little issue while working on improving enumeration.
From 910a4d2f3e3d210c4cbef9b003255e2e024d1277 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhrozek@redhat.com Date: Sat, 17 Aug 2013 01:08:59 +0200 Subject: [PATCH] AD: Use the correct include guard
src/providers/ad/ad_subdomains.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/providers/ad/ad_subdomains.h b/src/providers/ad/ad_subdomains.h index b1a418f132595c10abd8448f78a5df62402314a8..da93af37943bd27313b69cd35b4242f07822608f 100644 --- a/src/providers/ad/ad_subdomains.h +++ b/src/providers/ad/ad_subdomains.h @@ -22,8 +22,8 @@ along with this program. If not, see http://www.gnu.org/licenses/. */
-#ifndef _IPA_SUBDOMAINS_H_ -#define _IPA_SUBDOMAINS_H_ +#ifndef _AD_SUBDOMAINS_H_ +#define _AD_SUBDOMAINS_H_
#include "providers/dp_backend.h" #include "providers/ad/ad_common.h" @@ -34,4 +34,4 @@ int ad_subdom_init(struct be_ctx *be_ctx, struct bet_ops **ops, void **pvt_data);
-#endif /* _IPA_SUBDOMAINS_H_ */
+#endif /* _AD_SUBDOMAINS_H_ */
1.8.3.1
ACK
LS
sssd-devel@lists.fedorahosted.org