1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-20 17:44:21 +03:00

nsswitch: Fix a typo

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke
2021-05-06 11:43:51 +02:00
committed by Jeremy Allison
parent 7f967589ea
commit 5acb37fd56

View File

@@ -259,7 +259,7 @@ static int make_safe_fd(int fd)
/** /**
* @internal * @internal
* *
* @brief Check if we talk to the priviliged pipe which should be owned by root. * @brief Check if we talk to the privileged pipe which should be owned by root.
* *
* This checks if we have uid_wrapper running and if this is the case it will * This checks if we have uid_wrapper running and if this is the case it will
* allow one to connect to the winbind privileged pipe even it is not owned by root. * allow one to connect to the winbind privileged pipe even it is not owned by root.