From 93192ebe1deb221e081b452ee7fadc4fea931f13 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Aug 19 2013 09:13:01 +0000 Subject: AD: Use the correct include guard --- diff --git a/src/providers/ad/ad_subdomains.h b/src/providers/ad/ad_subdomains.h index b1a418f..da93af3 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_ */