diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-05-24 11:21:29 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-05-24 23:08:57 +1000 |
commit | 9573c35636806a0ce013c32e611603c0e8a480fd (patch) | |
tree | c0795890b1135ec3fa80992d0b112471131563c6 /source4/winbind/idmap.c | |
parent | e7fe4d388516e7bf496056ae9828a4219d5ff7db (diff) | |
download | samba-9573c35636806a0ce013c32e611603c0e8a480fd.tar.gz |
s4:winbind Change include guard so as not to conflict with idmap.h in source3
Diffstat (limited to 'source4/winbind/idmap.c')
-rw-r--r-- | source4/winbind/idmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/winbind/idmap.c b/source4/winbind/idmap.c index b024777cf00..1b2d358b8b9 100644 --- a/source4/winbind/idmap.c +++ b/source4/winbind/idmap.c @@ -152,7 +152,7 @@ static struct dom_sid *idmap_msg_get_dom_sid(TALLOC_CTX *mem_ctx, */ struct idmap_context *idmap_init(TALLOC_CTX *mem_ctx, struct tevent_context *ev_ctx, - struct loadparm_context *lp_ctx) + struct loadparm_context *lp_ctx) { struct idmap_context *idmap_ctx; |