Key exchange may fail for several reasons

This commit is contained in:
angt
2015-12-04 08:11:56 +01:00
parent 4d7192667e
commit 72d771e126

View File

@@ -851,7 +851,7 @@ int main (int argc, char **argv)
gt_log("%s: key exchange could not be verified!\n", sockname);
goto restart;
case -1:
gt_log("%s: key exchange timeout\n", sockname);
gt_log("%s: key exchange failed\n", sockname);
goto restart;
default:
break;