Mercurial > dropbear
diff svr-runopts.c @ 165:0cfba3034be5
Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 02 Jan 2005 20:25:56 +0000 |
parents | 9337c9f9a607 |
children | 306499676384 |
line wrap: on
line diff
--- a/svr-runopts.c Sun Jan 02 17:08:27 2005 +0000 +++ b/svr-runopts.c Sun Jan 02 20:25:56 2005 +0000 @@ -270,7 +270,7 @@ int ret; int type; - TRACE(("enter loadhostkeys")); + TRACE(("enter loadhostkeys")) svr_opts.hostkey = new_sign_key(); @@ -300,5 +300,5 @@ dropbear_exit("No hostkeys available"); } - TRACE(("leave loadhostkeys")); + TRACE(("leave loadhostkeys")) }