Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place

--HG--
extra : convert_revision : d928bc851e32be7bd429bf7504b148c0e4bf7e2f
This commit is contained in:
Matt Johnston
2005-01-02 20:25:56 +00:00
parent b5bd8591e7
commit 8c1a429c44
41 changed files with 456 additions and 456 deletions

View File

@@ -270,7 +270,7 @@ void loadhostkeys() {
int ret;
int type;
TRACE(("enter loadhostkeys"));
TRACE(("enter loadhostkeys"))
svr_opts.hostkey = new_sign_key();
@@ -300,5 +300,5 @@ void loadhostkeys() {
dropbear_exit("No hostkeys available");
}
TRACE(("leave loadhostkeys"));
TRACE(("leave loadhostkeys"))
}