mirror of
https://github.com/samba-team/samba.git
synced 2025-03-26 18:50:30 +03:00
s4:winbind Change include guard so as not to conflict with idmap.h in source3
This commit is contained in:
parent
e7fe4d3885
commit
9573c35636
@ -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;
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef _IDMAP_H_
|
||||
#define _IDMAP_H_
|
||||
#ifndef _WINBIND_IDMAP_H_
|
||||
#define _WINBIND_IDMAP_H_
|
||||
|
||||
#include "librpc/gen_ndr/idmap.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user