mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Fix the build.
This commit is contained in:
parent
ab39159607
commit
a465f28037
@ -160,12 +160,12 @@ static int _closedir(csync_vio_method_t *dhandle) {
|
||||
}
|
||||
|
||||
static csync_vio_file_stat_t *_readdir(csync_vio_method_handle_t *dhandle) {
|
||||
smbc_dirent *dirent = NULL;
|
||||
struct smbc_dirent *dirent = NULL;
|
||||
smb_dhandle_t *handle = NULL;
|
||||
|
||||
handle = (smb_dhandle_t *) dhandle;
|
||||
|
||||
dirent = smbc_opendir(handle->dh);
|
||||
dirent = smbc_readdir(handle->dh);
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user