diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-20 17:48:39 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-20 17:48:39 +0000 |
commit | 7521ef9a00e71b62bcdce199639e923dd284976b (patch) | |
tree | 6df3b788f2aeabd297513cefce9950ba983b84ec /src/or/test.c | |
parent | 5dd9d16b94e23ed6223f7583b8c7143cfed62d59 (diff) | |
download | tor-7521ef9a00e71b62bcdce199639e923dd284976b.tar.gz tor-7521ef9a00e71b62bcdce199639e923dd284976b.zip |
r18264@catbus: nickm | 2008-02-20 12:48:21 -0500
fix bufs in buf_pos_t implementation.
svn:r13623
Diffstat (limited to 'src/or/test.c')
-rw-r--r-- | src/or/test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/test.c b/src/or/test.c index ffaf29097f..3dff0a42ec 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -255,6 +255,8 @@ test_buffers(void) buf_free(buf); buf_free(buf2); + /*XXXX020 Test code to find chars and strings on buffers. */ + #if 0 { int s; |