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

Update Samba 3.3 to 3.3.1

File:
1 edited

Legend:

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

    r206 r221  
    13571357        }
    13581358
    1359         DEBUG(0,("shutdown_other_smbds: shutting down pid %d "
    1360                  "(IP %s)\n", procid_to_pid(&crec->pid), ip));
     1359        DEBUG(0,("shutdown_other_smbds: shutting down pid %u "
     1360                 "(IP %s)\n", (unsigned int)procid_to_pid(&crec->pid), ip));
    13611361
    13621362        messaging_send(smbd_messaging_context(), crec->pid, MSG_SHUTDOWN,
Note: See TracChangeset for help on using the changeset viewer.