]> tinc-vpn.org Git - tinc/blobdiff - src/tincctl.c
Move try_sptps() closer to try_tx().
[tinc] / src / tincctl.c
index 0eb3a256855090be4830a89d886312a315c4a787..ba536197ca5e59eb093a423d3398d5c16a9a2e28 100644 (file)
@@ -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