Changeset 773 for branches/samba-3.5.x/source3/modules
- Timestamp:
- Jul 2, 2013, 7:27:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/source3/modules/vfs_xattr_tdb.c
r414 r773 734 734 } 735 735 736 fstrcpy(sname, service); 737 snum = find_service(sname); 736 snum = find_service(service, sname); 738 737 if (snum == -1) { 739 738 /*
Note:
See TracChangeset
for help on using the changeset viewer.