Changeset 782 for trunk/server


Ignore:
Timestamp:
Aug 6, 2013, 6:46:37 PM (12 years ago)
Author:
Herwig Bauernfeind
Message:

Samba Server 3.6: Fix Ticket #224 (also add comment)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/lib/tdb/common/open.c

    r780 r782  
    722722int os2_crtsem(struct tdb_context *tdb, const char *name, const char *caller)
    723723{
     724        // name could be null, so handle it
    724725        if (name == NULL) return -1;
    725726       
Note: See TracChangeset for help on using the changeset viewer.