From 02e592486fc3130ebd365fe337d8597ebf9071ad Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 12 Jul 2008 21:13:05 -0400 Subject: Make again idmap_init static (This used to be commit e113b7c13f2457676fdec9e52f09046286e25b60) --- source3/include/proto.h | 1 - source3/winbindd/idmap.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/source3/include/proto.h b/source3/include/proto.h index 2a5d21d740..9958c91dca 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -10484,7 +10484,6 @@ NTSTATUS smb_register_idmap_alloc(int version, const char *name, struct idmap_alloc_methods *methods); NTSTATUS idmap_close(void); NTSTATUS idmap_init_cache(void); -NTSTATUS idmap_init(void); NTSTATUS idmap_allocate_uid(struct unixid *id); NTSTATUS idmap_allocate_gid(struct unixid *id); NTSTATUS idmap_set_uid_hwm(struct unixid *id); diff --git a/source3/winbindd/idmap.c b/source3/winbindd/idmap.c index 8b16f27f7d..b793c47969 100644 --- a/source3/winbindd/idmap.c +++ b/source3/winbindd/idmap.c @@ -277,7 +277,7 @@ NTSTATUS idmap_init_cache(void) /**************************************************************************** ****************************************************************************/ -NTSTATUS idmap_init(void) +static NTSTATUS idmap_init(void) { NTSTATUS ret; static NTSTATUS idmap_init_status = NT_STATUS_UNSUCCESSFUL; -- cgit