Changeset 232 for branches/samba-3.2.x/source/modules/vfs_streams_xattr.c
- Timestamp:
- May 27, 2009, 9:09:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/modules/vfs_streams_xattr.c
r228 r232 512 512 } 513 513 514 if (!(o_is_stream && n_is_stream)) {515 errno = ENOSYS;516 goto fail;517 }518 519 514 frame = talloc_stackframe(); 520 515 if (!frame) { … … 541 536 542 537 if (nstream == NULL) { 543 errno = ENOSYS;544 goto fail;545 }546 547 /* the new base should be empty */548 if (StrCaseCmp(obase, nbase) != 0) {549 538 errno = ENOSYS; 550 539 goto fail;
Note:
See TracChangeset
for help on using the changeset viewer.
