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

@ -131,7 +131,7 @@ typedef struct gwbuf
gwbuf_type_t gwbuf_type; /*< buffer's data type information */
HINT *hint; /*< Hint data for this buffer */
BUF_PROPERTY *properties; /*< Buffer properties */
struct server *server;
struct server *server; /*< The target server where the buffer is executed */
} GWBUF;
/*<