xcode: capture file:line of fault()

This commit is contained in:
Michael Davidsaver
2021-01-12 11:09:07 -08:00
parent 0356eee740
commit 76764cf978
12 changed files with 65 additions and 57 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ void Connection::handle_CONNECTION_VALIDATION()
// unused
// serverReceiveBufferSize
// serverIntrospectionRegistryMaxSize
M.skip(4u + 2u);
M.skip(4u + 2u, __FILE__, __LINE__);
Size nauth{};
from_wire(M, nauth);