1. Applied changes suggested from Markus.

2. tpmfilter now prints username of the client instead of the hostname
of the target server.
This commit is contained in:
Dong Young Yoon
2016-12-16 02:32:02 -05:00
committed by Markus Mäkelä
parent b0d507bf4c
commit 3e6cbeff19
4 changed files with 7 additions and 6 deletions

View File

@ -879,6 +879,8 @@ int dcb_read(DCB *dcb,
/* </editor-fold> */
/*< Append read data to the gwbuf */
*head = gwbuf_append(*head, buffer);
/*< Assign the target server for the gwbuf */
buffer->server = dcb->server;
}
else
{