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:
parent
bb00979c08
commit
485743dac3
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user