summaryrefslogtreecommitdiff
path: root/source3/winbindd
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2018-05-03 11:47:44 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-06-19 11:43:16 +0200
commite078991ae7660a05687fc803c8a791d7c4287c3e (patch)
treee98aa2cc045cf45bfb25e740fc6e7a99b674ffc8 /source3/winbindd
parentb81990095f44318a4e932778d53c3f7829f420ec (diff)
downloadsamba-e078991ae7660a05687fc803c8a791d7c4287c3e.tar.gz
winbind: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Tue Jun 19 11:43:16 CEST 2018 on sn-devel-144
Diffstat (limited to 'source3/winbindd')
-rw-r--r--source3/winbindd/winbindd.c2
1 files changed, 1 insertions, 1 deletions
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.