X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Ftincctl.c;h=ba536197ca5e59eb093a423d3398d5c16a9a2e28;hb=d28f33228635e78dac8f9e9bcaec92690f2ca10a;hp=0eb3a256855090be4830a89d886312a315c4a787;hpb=4d50f9f3485503099f5cb6e8486e9b98b72cb9be;p=tinc diff --git a/src/tincctl.c b/src/tincctl.c index 0eb3a256..ba536197 100644 --- a/src/tincctl.c +++ b/src/tincctl.c @@ -1848,7 +1848,7 @@ static int cmd_generate_keys(int argc, char *argv[]) { name = get_my_name(false); #ifndef DISABLE_LEGACY - if(!rsa_keygen(argc > 1 ? atoi(argv[1]) : 2048, true) + if(!rsa_keygen(argc > 1 ? atoi(argv[1]) : 2048, true)) return 1; #endif