Changeset 221 for branches/samba-3.3.x/source/smbd/sesssetup.c
- Timestamp:
- May 24, 2009, 7:17:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/smbd/sesssetup.c
r206 r221 1357 1357 } 1358 1358 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)); 1361 1361 1362 1362 messaging_send(smbd_messaging_context(), crec->pid, MSG_SHUTDOWN,
Note:
See TracChangeset
for help on using the changeset viewer.