comparison svr-runopts.c @ 1196:a29559086628 coverity

merge
author Matt Johnston <matt@ucc.asn.au>
date Wed, 02 Dec 2015 22:37:51 +0800
parents 53751952ed95
children 86a9e0204c03
comparison
equal deleted inserted replaced
1173:d734fe76b72f 1196:a29559086628
549 } 549 }
550 #endif 550 #endif
551 #endif /* DROPBEAR_ECDSA */ 551 #endif /* DROPBEAR_ECDSA */
552 552
553 if (!any_keys) { 553 if (!any_keys) {
554 dropbear_exit("No hostkeys available"); 554 dropbear_exit("No hostkeys available. 'dropbear -R' may be useful or run dropbearkey.");
555 } 555 }
556 } 556 }