diff options
author | Matt Johnston <matt@ucc.asn.au> | 2006-03-25 12:57:37 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2006-03-25 12:57:37 +0000 |
commit | 1e03393b6813b8dc77916665d8940475f06acdb2 (patch) | |
tree | 610a57785ec09fa7efafc13d2664f30de3ef0016 /cli-auth.c | |
parent | 46d53c37fa27994d17646e5eb922678a7ed4b3e7 (diff) |
Some cleanups/fixes for various TRACE statements
--HG--
extra : convert_revision : 84eb6fedc6df0666f8053b9018bf16635dbfb257
Diffstat (limited to 'cli-auth.c')
-rw-r--r-- | cli-auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -236,8 +236,8 @@ void recv_msg_userauth_success() { void cli_auth_try() { - TRACE(("enter cli_auth_try")) int finished = 0; + TRACE(("enter cli_auth_try")) CHECKCLEARTOWRITE(); |