summaryrefslogtreecommitdiff
path: root/source4/param
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-07-14 22:22:37 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-07-15 11:49:29 +1000
commit6d24c899db76161a6f8d092b6fae054c6e663432 (patch)
treeb4b85633230d09f6037033cefc0080f9a59eb272 /source4/param
parent4b61c4891a309172057caf058c39931fe752bd65 (diff)
downloadsamba-6d24c899db76161a6f8d092b6fae054c6e663432.tar.gz
samba-6d24c899db76161a6f8d092b6fae054c6e663432.tar.bz2
samba-6d24c899db76161a6f8d092b6fae054c6e663432.zip
s4-param: Use a unique header name
Diffstat (limited to 'source4/param')
-rw-r--r--source4/param/secrets.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/param/secrets.h b/source4/param/secrets.h
index 6576929a0d..1e7849f978 100644
--- a/source4/param/secrets.h
+++ b/source4/param/secrets.h
@@ -17,8 +17,8 @@
* this program; if not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _SECRETS_H
-#define _SECRETS_H
+#ifndef _SOURCE4_PARAM_SECRETS_H
+#define _SOURCE4_PARAM_SECRETS_H
#define SECRETS_PRIMARY_DOMAIN_DN "cn=Primary Domains"
#define SECRETS_PRINCIPALS_DN "cn=Principals"
@@ -54,4 +54,4 @@ struct dom_sid *secrets_get_domain_sid(TALLOC_CTX *mem_ctx,
char *keytab_name_from_msg(TALLOC_CTX *mem_ctx, struct ldb_context *ldb, struct ldb_message *msg);
-#endif /* _SECRETS_H */
+#endif /* _SOURCE4_PARAM_SECRETS_H */