Fixes for bugs in src/Makefile.am and tincctl.c introduced by cfe9285adf391ab66faeb5d...
[tinc] / src / tincctl.c
index 0eb3a25..ba53619 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