[or-cvs] mark bug 261

arma at seul.org arma at seul.org
Mon Mar 6 19:47:56 UTC 2006


Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	control.c 
Log Message:
mark bug 261


Index: control.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/control.c,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -p -d -r1.171 -r1.172
--- control.c	23 Feb 2006 06:51:09 -0000	1.171
+++ control.c	6 Mar 2006 19:47:54 -0000	1.172
@@ -1414,6 +1414,7 @@ handle_getinfo_helper(const char *questi
         state = "CONNECTED";
       else
         state = "LAUNCHED";
+      /* XXX non-open conns may not have nickname assigned yet */
       slen = strlen(conns[i]->nickname)+strlen(state)+2;
       s = tor_malloc(slen+1);
       tor_snprintf(s, slen, "%s %s",conns[i]->nickname,state);



More information about the tor-commits mailing list