Changeset 740 for vendor/current/source3/modules/vfs_hpuxacl.c
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
-
vendor/current/source3/modules/vfs_hpuxacl.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/modules/vfs_hpuxacl.c
r414 r740 48 48 49 49 #include "includes.h" 50 51 52 53 50 54 51 55 /* … … 190 194 /* For all I see, the info should already be in the fsp 191 195 * parameter, but get it again to be safe --- necessary? */ 192 files_struct *file_struct_p = file_find_fd(fsp->fh->fd); 196 files_struct *file_struct_p = file_find_fd(fsp->conn->sconn, 197 fsp->fh->fd); 193 198 if (file_struct_p == NULL) { 194 199 errno = EBADF; … … 329 334 /* For all I see, the info should already be in the fsp 330 335 * parameter, but get it again to be safe --- necessary? */ 331 files_struct *file_struct_p = file_find_fd(fsp->fh->fd); 336 files_struct *file_struct_p = file_find_fd(fsp->conn->sconn, 337 fsp->fh->fd); 332 338 if (file_struct_p == NULL) { 333 339 errno = EBADF;
Note:
See TracChangeset
for help on using the changeset viewer.
