1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

r24969: Fwd port "open" patch

(This used to be commit 113d62682a)
This commit is contained in:
Simo Sorce
2007-09-05 12:53:56 +00:00
committed by Gerald (Jerry) Carter
parent 3edc4c6f66
commit 274e35f36e
3 changed files with 6 additions and 6 deletions

View File

@ -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;