From b7359c527da297861ca24d59bd7e2a91b8d72e85 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 7 Sep 2022 11:32:26 +0200 Subject: [PATCH] smbd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/modules/vfs_default.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/modules/vfs_default.c b/source3/modules/vfs_default.c index 1358853941b..d98cec49e33 100644 --- a/source3/modules/vfs_default.c +++ b/source3/modules/vfs_default.c @@ -748,7 +748,7 @@ static int vfswrap_openat(vfs_handle_struct *handle, * conflicting flags are specified in how.flags. * * So we better clear ignored/invalid flags - * and only keep the exptected once. + * and only keep the expected ones. */ flags &= (O_PATH|O_CLOEXEC|O_DIRECTORY|O_NOFOLLOW); } -- 2.11.4.GIT