Fix type error in debug message
authorVolker Lendecke <vl@samba.org>
Tue, 20 May 2008 21:08:42 +0000 (23:08 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 20 May 2008 21:08:42 +0000 (23:08 +0200)
source/smbd/sesssetup.c

index f6aec7dddcc3fde0e589c881cc74c4f82e44dbda..041596b9530d6b4b99e1a6263bd5f70cbc475b77 100644 (file)
@@ -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);