diff options
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | src/or/router.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/router.c b/src/or/router.c index b30808a967..2e7aa5eff3 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -1,6 +1,6 @@ /* Copyright 2001 Matej Pfajfar. * Copyright 2001-2004 Roger Dingledine. - * Copyright 2004 Roger Dingledine, Nick Mathewson. */ + * Copyright 2004-2005 Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char router_c_id[] = "$Id$"; @@ -614,7 +614,6 @@ int router_compare_to_my_exit_policy(connection_t *conn) } - /** Return true iff <b>router</b> has the same nickname as this OR. (For an * OP, always returns false.) */ |