[or-cvs] bughunt: start tracking the bug mutiny found
Roger Dingledine
arma at seul.org
Sat Dec 13 08:06:06 UTC 2003
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or
Modified Files:
routerlist.c
Log Message:
bughunt: start tracking the bug mutiny found
Index: routerlist.c
===================================================================
RCS file: /home/or/cvsroot/src/or/routerlist.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- routerlist.c 13 Dec 2003 07:01:46 -0000 1.8
+++ routerlist.c 13 Dec 2003 08:06:03 -0000 1.9
@@ -126,6 +126,8 @@
dirserver = router;
}
}
+ if(!dirserver)
+ log_fn(LOG_WARN,"No dirservers in directory! Returning NULL.");
return dirserver;
}
More information about the tor-commits
mailing list