comparison cli-agentfwd.c @ 1318:10e2a7727253 coverity

merge coverity
author Matt Johnston <matt@ucc.asn.au>
date Fri, 22 Jul 2016 00:08:02 +0800
parents 750ec4ec4cbe
children 83d85b28b353
comparison
equal deleted inserted replaced
1286:7d02b83c61fd 1318:10e2a7727253
22 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 22 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23 * SOFTWARE. */ 23 * SOFTWARE. */
24 24
25 #include "includes.h" 25 #include "includes.h"
26 26
27 #ifdef ENABLE_CLI_AGENTFWD 27 #if DROPBEAR_CLI_AGENTFWD
28 28
29 #include "agentfwd.h" 29 #include "agentfwd.h"
30 #include "session.h" 30 #include "session.h"
31 #include "ssh.h" 31 #include "ssh.h"
32 #include "dbutil.h" 32 #include "dbutil.h"