Changeset 782 for trunk/server/lib/tdb/common/open.c
- Timestamp:
- Aug 6, 2013, 6:46:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/lib/tdb/common/open.c
r780 r782 722 722 int os2_crtsem(struct tdb_context *tdb, const char *name, const char *caller) 723 723 { 724 // name could be null, so handle it 724 725 if (name == NULL) return -1; 725 726
Note:
See TracChangeset
for help on using the changeset viewer.