Ignore:
Timestamp:
May 24, 2009, 7:51:24 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/locking/locking.c

    r222 r223  
    855855
    856856        if (!fill_share_mode_lock(lck, id, servicepath, fname, data, NULL)) {
    857                 DEBUG(3, ("fill_share_mode_lock failed\n"));
     857                DEBUG(10, ("fetch_share_mode_unlocked: no share_mode record "
     858                           "around (file not open)\n"));
    858859                TALLOC_FREE(lck);
    859860                return NULL;
Note: See TracChangeset for help on using the changeset viewer.