]> git.ipfire.org Git - thirdparty/tor.git/commit
Add missing descriptor ID to HS_DESC control event
authorDavid Goulet <dgoulet@ev0ke.net>
Thu, 30 Apr 2015 16:28:11 +0000 (12:28 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 14 May 2015 14:46:38 +0000 (10:46 -0400)
commitc1ffeadff4db375886d40bb5928ddd4fe761ba9f
treea1911a7d1b60a6908f506f96604f51c90fb8c57b
parent95a9920461dd3322280a13c8d99e363c91028ab2
Add missing descriptor ID to HS_DESC control event

For FAILED and RECEIVED action of the HS_DESC event, we now sends back the
descriptor ID at the end like specified in the control-spec section 4.1.25.

Fixes #15881

Signed-off-by: David Goulet <dgoulet@ev0ke.net>
changes/bug15881 [new file with mode: 0644]
src/or/control.c
src/or/control.h
src/or/directory.c
src/or/or.h
src/or/rendclient.c
src/or/rendcommon.c
src/or/rendcommon.h
src/test/test_hs.c