diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-02-08 07:24:15 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-02-08 07:24:15 +0000 |
commit | 85d3c2fbaf42e20c32cda469b0f6b802b1a1a449 (patch) | |
tree | cd4940641b4223e05027466cc4a4634444f1e345 /src/or/control.c | |
parent | 1d67f3fcec5de8d93623713dde9b7e62e6770049 (diff) | |
download | tor-85d3c2fbaf42e20c32cda469b0f6b802b1a1a449.tar.gz tor-85d3c2fbaf42e20c32cda469b0f6b802b1a1a449.zip |
r11702@catbus: nickm | 2007-02-08 02:10:19 -0500
Wow. Remember when I wrote that script to tell me about macros that were never used? Good times.
svn:r9525
Diffstat (limited to 'src/or/control.c')
-rw-r--r-- | src/or/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c index a374944ec3..2aef65f1f5 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -59,7 +59,7 @@ const char control_c_id[] = #define ERR_UNRECOGNIZED_EVENT_CODE 0x0006 #define ERR_UNAUTHORIZED 0x0007 #define ERR_REJECTED_AUTHENTICATION 0x0008 -#define ERR_RESOURCE_EXHAUSETED 0x0009 +#define ERR_RESOURCE_EXHAUSTED 0x0009 #define ERR_NO_STREAM 0x000A #define ERR_NO_CIRC 0x000B #define ERR_NO_ROUTER 0x000C |