diff options
Diffstat (limited to 'source3/modules/onefs_streams.c')
-rw-r--r-- | source3/modules/onefs_streams.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/onefs_streams.c b/source3/modules/onefs_streams.c index 221825cdab..c79619922c 100644 --- a/source3/modules/onefs_streams.c +++ b/source3/modules/onefs_streams.c @@ -583,7 +583,7 @@ static NTSTATUS walk_onefs_streams(connection_struct *conn, files_struct *fsp, int dir_fd = -1; int stream_fd = -1; int ret; - SMB_STRUCT_DIR *dirp = NULL; + DIR *dirp = NULL; struct dirent *dp = NULL; files_struct fake_fs; struct fd_handle fake_fh; |