comparison cli-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 06d52bcb8094
children a53e7d2d60be
comparison
equal deleted inserted replaced
1624:1f3fb83b0524 1625:79eef94ccea9
50 0, /* sepfds */ 50 0, /* sepfds */
51 "[email protected]", 51 "[email protected]",
52 new_agent_chan, 52 new_agent_chan,
53 NULL, 53 NULL,
54 NULL, 54 NULL,
55 NULL,
55 NULL 56 NULL
56 }; 57 };
57 58
58 static int connect_agent() { 59 static int connect_agent() {
59 60