From e078991ae7660a05687fc803c8a791d7c4287c3e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 3 May 2018 11:47:44 +0200 Subject: [PATCH] winbind: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Andreas Schneider Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Tue Jun 19 11:43:16 CEST 2018 on sn-devel-144 --- source3/winbindd/winbindd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index 34607ca653e..f0f0eef7bfc 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -1027,7 +1027,7 @@ static void remove_client(struct winbindd_cli_state *state) * before closing the fd. * * Otherwise we might hit a race with close_conns_after_fork() (via - * winbindd_reinit_after_fork()) where a file description + * winbindd_reinit_after_fork()) where a file descriptor * is still open in a child, which means it's still active in * the parents epoll queue, but the related tevent_fd is already * already gone in the parent. -- 2.34.1