Changeset 781 for branches/samba-3.5.x/lib/tdb/common/open.c
- Timestamp:
- Aug 6, 2013, 6:42:32 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/lib/tdb/common/open.c
r456 r781 615 615 int os2_crtsem(struct tdb_context *tdb, const char *name, const char *caller) 616 616 { 617 // name could be null, so handle it 618 if (name == NULL) return -1; 619 617 620 if (!(tdb->flags & TDB_INTERNAL)) 618 621 {
Note:
See TracChangeset
for help on using the changeset viewer.