diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2013-08-17 01:08:59 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-08-19 11:13:01 +0200 |
commit | 93192ebe1deb221e081b452ee7fadc4fea931f13 (patch) | |
tree | 8610a12b2456bdc314ed31bbe0d1ffbb7d75bbaf /src | |
parent | a67d8ee4a86a5ffd3c33b4dde3b24b6bedf60e6a (diff) | |
download | sssd-93192ebe1deb221e081b452ee7fadc4fea931f13.tar.gz sssd-93192ebe1deb221e081b452ee7fadc4fea931f13.tar.bz2 sssd-93192ebe1deb221e081b452ee7fadc4fea931f13.zip |
AD: Use the correct include guard
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_ */ |