Fix a compile warning when using clang
commit30b3f0cdb148f85330e2c93ebb1c00f3cfc8655a
authorSebastian Hahn <sebastian@torproject.org>
Wed, 9 Mar 2011 15:39:04 +0000 (9 16:39 +0100)
committerNick Mathewson <nickm@torproject.org>
Tue, 15 Mar 2011 19:13:35 +0000 (15 15:13 -0400)
tree9a747a88d267201470e8d05d89f95be79e66942a
parent1a9d19e9728c21ffa37f2b751df8e8e97c1835d3
Fix a compile warning when using clang

Issue noticed by Steven Murdoch; fixes bug 2689. The cast didn't do
anything, and we don't need to look at the return value of the function
here.
src/or/rendclient.c