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
@ -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;
|
||||
|
||||
/*<
|
||||
|
Reference in New Issue
Block a user