1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3:libsmb: fix a typo in a comment

Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Björn Baumbach 2021-01-21 13:18:41 +01:00 committed by Andrew Bartlett
parent bb00979c08
commit 485743dac3

View File

@ -1903,7 +1903,7 @@ SMBC_lseekdir_ctx(SMBCCTX *context,
/* Now, check what we were passed and see if it is OK ... */
if (dirent == NULL) { /* Seek to the begining of the list */
if (dirent == NULL) { /* Seek to the beginning of the list */
dir->dir_next = dir->dir_list;