commit | d5e3c7120859c98cec7df5da9a0b8c6e85c37da0 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Dec 18 16:29:48 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 18 16:31:10 2018 +0100 |
tree | c45002f578a3995be12d726d3b3dac231000d61e | |
parent | ca1b15743f87c5b7fe8aaf0ea16e05959487929c [diff] |
MINOR: objtype: report a few missing types in names and base pointers Types DNS_SRVRQ and CS were not referenced in the type to string conversions, causing possibly misleading outputs in session dumps. Now instead of showing "NONE" for unknown invalid types names, we display "!INVAL!" to clear the confusion that may exist in case of memory corruption for example.