plumb file+line through _to_wire/_from_wire

This commit is contained in:
Michael Davidsaver
2021-05-09 17:43:45 -07:00
parent a32f82ca35
commit e3465b7ee8
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ void ServerConn::handle_SEARCH()
EvOutBuf R(hostBE, txBody.get());
_to_wire<12>(R, iface->server->effective.guid.data(), false);
_to_wire<12>(R, iface->server->effective.guid.data(), false, __FILE__, __LINE__);
to_wire(R, searchID);
to_wire(R, SockAddr::any(AF_INET));
to_wire(R, iface->bind_addr.port());