Loading src/or/control.c +3 −5 Original line number Diff line number Diff line Loading @@ -5753,7 +5753,6 @@ node_describe_longname_by_id,(const char *id_digest)) return longname; } /** Return either the onion address if the given pointer is a non empty * string else the unknown string. */ static const char * Loading @@ -5777,7 +5776,6 @@ end: return str_ret; } /** send HS_DESC requested event. * * <b>rend_query</b> is used to fetch requested onion address and auth type. Loading src/or/rendcommon.c +4 −3 Original line number Diff line number Diff line Loading @@ -1502,3 +1502,4 @@ error: rend_data_free(rend_data); return NULL; } src/or/rendclient.c +3 −3 File changed.Contains only whitespace changes. Show changes Loading
src/or/control.c +3 −5 Original line number Diff line number Diff line Loading @@ -5753,7 +5753,6 @@ node_describe_longname_by_id,(const char *id_digest)) return longname; } /** Return either the onion address if the given pointer is a non empty * string else the unknown string. */ static const char * Loading @@ -5777,7 +5776,6 @@ end: return str_ret; } /** send HS_DESC requested event. * * <b>rend_query</b> is used to fetch requested onion address and auth type. Loading
src/or/rendcommon.c +4 −3 Original line number Diff line number Diff line Loading @@ -1502,3 +1502,4 @@ error: rend_data_free(rend_data); return NULL; }