[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r17548: {tor} note a potential bug in status events. need to look at spec (tor/trunk/src/or)
Author: arma
Date: 2008-12-09 20:35:21 -0500 (Tue, 09 Dec 2008)
New Revision: 17548
Modified:
tor/trunk/src/or/control.c
Log:
note a potential bug in status events. need to look at spec to
see if it's really a bug.
Modified: tor/trunk/src/or/control.c
===================================================================
--- tor/trunk/src/or/control.c 2008-12-10 01:34:24 UTC (rev 17547)
+++ tor/trunk/src/or/control.c 2008-12-10 01:35:21 UTC (rev 17548)
@@ -3117,6 +3117,7 @@
default:
tor_snprintf(reason_buf, sizeof(reason_buf), "REASON=UNKNOWN_%d",
reason_code);
+ /* XXX do we want SOURCE=UNKNOWN_%d above instead? -RD */
break;
}
}