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 c20cc96dd7..bae0a57d9e 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -247,8 +247,7 @@ int init_keys(void) { if (crypto_pk_generate_key(prkey)) return -1; set_identity_key(prkey); - /* XXX NM: do we have a convention for what client's Nickname is? - * No. Let me propose one: */ + /* Create a TLS context; default the client nickname to "client". */ if (tor_tls_context_new(get_identity_key(), 1, options->Nickname ? options->Nickname : "client", MAX_SSL_KEY_LIFETIME) < 0) { |