summaryrefslogtreecommitdiffstats
path: root/src/providers
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-08-17 01:08:59 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-08-19 11:15:35 +0200
commit8192c00d4afc8cab4c9a1d6e14fc8a44443eb6d6 (patch)
tree745ee8cb90e6926fb82011563ad776b4bbdae47c /src/providers
parenta8973f76fc72ebbccd915e71026c5be11f67ce6d (diff)
downloadsssd-8192c00d4afc8cab4c9a1d6e14fc8a44443eb6d6.tar.gz
sssd-8192c00d4afc8cab4c9a1d6e14fc8a44443eb6d6.tar.xz
sssd-8192c00d4afc8cab4c9a1d6e14fc8a44443eb6d6.zip
AD: Use the correct include guard
Diffstat (limited to 'src/providers')
-rw-r--r--src/providers/ad/ad_subdomains.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/providers/ad/ad_subdomains.h b/src/providers/ad/ad_subdomains.h
index b1a418f13..da93af379 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_ */