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:

committed by
Markus Mäkelä

parent
b0d507bf4c
commit
3e6cbeff19
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user