From: Volker Lendecke Date: Tue, 20 May 2008 21:08:42 +0000 (+0200) Subject: Fix type error in debug message X-Git-Tag: samba-3.3.0pre1~1188^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb281532b1721ded39c39bb00c26202080dcd735;p=thirdparty%2Fsamba.git Fix type error in debug message --- diff --git a/source/smbd/sesssetup.c b/source/smbd/sesssetup.c index f6aec7dddcc..041596b9530 100644 --- a/source/smbd/sesssetup.c +++ b/source/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);