From d1f7a3717406de855169e88ebc5a9da2318c99ef Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 6 Jan 2009 17:34:06 -0800 Subject: Make winbindd_cm.c use winbindd_reinit_after_fork(). Jeremy. --- source3/winbindd/winbindd_proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/winbindd/winbindd_proto.h') diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index 32f057ad61..594f8be942 100644 --- a/source3/winbindd/winbindd_proto.h +++ b/source3/winbindd/winbindd_proto.h @@ -350,6 +350,7 @@ void winbind_msg_dump_domain_list(struct messaging_context *msg_ctx, uint32_t msg_type, struct server_id server_id, DATA_BLOB *data); +bool winbindd_reinit_after_fork(const char *logfilename); /* The following definitions come from winbindd/winbindd_group.c */ -- cgit