Mercurial > dropbear
comparison cli-main.c @ 1676:d5cdc60db08e
ext-info handling for server-sig-algs
only client side is handled
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 19 May 2020 00:31:41 +0800 |
parents | 33b872649eb7 |
children | 789466c5956b |
comparison
equal
deleted
inserted
replaced
1675:ae41624c2198 | 1676:d5cdc60db08e |
---|---|
104 | 104 |
105 /* Note that exit message must be rendered before session cleanup */ | 105 /* Note that exit message must be rendered before session cleanup */ |
106 | 106 |
107 /* Render the formatted exit message */ | 107 /* Render the formatted exit message */ |
108 vsnprintf(exitmsg, sizeof(exitmsg), format, param); | 108 vsnprintf(exitmsg, sizeof(exitmsg), format, param); |
109 TRACE(("Exited, cleaning up: %s", exitmsg)) | |
109 | 110 |
110 /* Add the prefix depending on session/auth state */ | 111 /* Add the prefix depending on session/auth state */ |
111 if (!ses.init_done) { | 112 if (!ses.init_done) { |
112 snprintf(fullmsg, sizeof(fullmsg), "Exited: %s", exitmsg); | 113 snprintf(fullmsg, sizeof(fullmsg), "Exited: %s", exitmsg); |
113 } else { | 114 } else { |