summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/smbd/sesssetup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/sesssetup.c b/source3/smbd/sesssetup.c
index f6aec7dddc..041596b953 100644
--- a/source3/smbd/sesssetup.c
+++ b/source3/smbd/sesssetup.c
@@ -1353,7 +1353,7 @@ static int shutdown_other_smbds(struct db_record *rec,
}
DEBUG(0,("shutdown_other_smbds: shutting down pid %d "
- "(IP %s)\n", crec->pid, ip));
+ "(IP %s)\n", procid_to_pid(&crec->pid), ip));
messaging_send(smbd_messaging_context(), crec->pid, MSG_SHUTDOWN,
&data_blob_null);