diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/providers/ad/ad_subdomains.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <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_ */ |