Incorrect ticket number shouldn't cause "node wizard" to terminate

fixes #8125
This commit is contained in:
Michael Friedrich 2015-01-08 17:09:31 +01:00
parent ff3ee32d92
commit 0eb6e174c8
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ wizard_ticket:
Log(LogCritical, "cli") Log(LogCritical, "cli")
<< "Failed to fetch signed certificate from master '" << master_host << ", " << "Failed to fetch signed certificate from master '" << master_host << ", "
<< master_port <<"'. Please try again."; << master_port <<"'. Please try again.";
return 1; goto wizard_ticket;
} }
/* fix permissions (again) when updating the signed certificate */ /* fix permissions (again) when updating the signed certificate */