Mercurial > dropbear
comparison svr-agentfwd.c @ 1625:79eef94ccea9
Split ChanType closehandler() and cleanup() so that dbclient doesn't
lose exit status messages
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 14 Nov 2018 22:57:56 +0800 |
parents | 58a74cb829b8 |
children | 292f79307600 |
comparison
equal
deleted
inserted
replaced
1624:1f3fb83b0524 | 1625:79eef94ccea9 |
---|---|
185 0, /* sepfds */ | 185 0, /* sepfds */ |
186 "[email protected]", | 186 "[email protected]", |
187 NULL, | 187 NULL, |
188 NULL, | 188 NULL, |
189 NULL, | 189 NULL, |
190 NULL, | |
190 NULL | 191 NULL |
191 }; | 192 }; |
192 | 193 |
193 | 194 |
194 /* helper for accepting an agent request */ | 195 /* helper for accepting an agent request */ |