From 93192ebe1deb221e081b452ee7fadc4fea931f13 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Sat, 17 Aug 2013 01:08:59 +0200 Subject: AD: Use the correct include guard --- src/providers/ad/ad_subdomains.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/providers/ad') diff --git a/src/providers/ad/ad_subdomains.h b/src/providers/ad/ad_subdomains.h index b1a418f1..da93af37 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 . */ -#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_ */ -- cgit