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

Update Samba 3.3 branch to 3.3.4

File:
1 edited

Legend:

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

    r206 r224  
    4242static void print_lock_struct(unsigned int i, struct lock_struct *pls)
    4343{
    44         DEBUG(10,("[%u]: smbpid = %u, tid = %u, pid = %u, ",
     44        DEBUG(10,("[%u]: smbpid = %u, tid = %u, pid = %s, ",
    4545                        i,
    4646                        (unsigned int)pls->context.smbpid,
    4747                        (unsigned int)pls->context.tid,
    48                         (unsigned int)procid_to_pid(&pls->context.pid) ));
     48                        procid_str(debug_ctx(), &pls->context.pid) ));
    4949       
    5050        DEBUG(10,("start = %.0f, size = %.0f, fnum = %d, %s %s\n",
Note: See TracChangeset for help on using the changeset viewer.