mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
committed by
Gerald (Jerry) Carter
parent
3edc4c6f66
commit
274e35f36e
@ -156,7 +156,7 @@ int smbc_open(const char *furl, int flags, mode_t mode)
|
||||
SMBCFILE * file;
|
||||
int fd;
|
||||
|
||||
file = statcont->open(statcont, furl, flags, mode);
|
||||
file = (statcont->open)(statcont, furl, flags, mode);
|
||||
if (!file)
|
||||
return -1;
|
||||
|
||||
|
Reference in New Issue
Block a user