mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Make trunk build again under -DEXPORTMALLINFO
svn:r16559
This commit is contained in:
+1
-1
@@ -2939,7 +2939,7 @@ directory_handle_command_get(dir_connection_t *conn, const char *headers,
|
||||
}while(0);
|
||||
|
||||
if (!strcmp(url,"/tor/mallinfo.txt") &&
|
||||
(conn->_base.addr == 0x7f000001ul)) {
|
||||
(tor_addr_eq_ipv4h(&conn->_base.addr, 0x7f000001ul))) {
|
||||
char *result;
|
||||
size_t len;
|
||||
struct mallinfo mi;
|
||||
|
||||
Reference in New Issue
Block a user