Squashed commit of the following:
commit
07e889b0cc3417a2d6a4033cd2617e28a6136c91
Author: Tom Peters <thopeter@cisco.com>
Date: Fri Sep 2 11:27:59 2016 -0400
Commented out code related to ftp_config::show()
return BounceTo;
}
+// FIXIT-L orphan code until FTP client inspector acquires a show() method
+#if 0
/*
* Function: ftp_bounce_lookup_first(BOUNCE_LOOKUP *BounceLookup,
* int *iError)
return BounceTo;
}
+#endif
int ftp_bounce_lookup_add(BOUNCE_LOOKUP* BounceLookup, const sfip_t* ip, FTP_BOUNCE_TO* BounceTo);
FTP_BOUNCE_TO* ftp_bounce_lookup_find(BOUNCE_LOOKUP* BounceLookup, const sfip_t* ip, int* iError);
-FTP_BOUNCE_TO* ftp_bounce_lookup_first(BOUNCE_LOOKUP* BounceLookup, int* iError);
-FTP_BOUNCE_TO* ftp_bounce_lookup_next(BOUNCE_LOOKUP* BounceLookup, int* iError);
+// FIXIT-L orphan code until FTP client inspector acquires a show() method
+// FTP_BOUNCE_TO* ftp_bounce_lookup_first(BOUNCE_LOOKUP* BounceLookup, int* iError);
+// FTP_BOUNCE_TO* ftp_bounce_lookup_next(BOUNCE_LOOKUP* BounceLookup, int* iError);
#endif
PrintCmdFmt(buf, CmdFmt->next_param_fmt);
}
+// FIXIT-L orphan code until FTP client inspector acquires a show() method
+#if 0
int PrintFTPClientConf(FTP_CLIENT_PROTO_CONF* ClientConf)
{
FTP_BOUNCE_TO* FTPBounce;
return FTPP_SUCCESS;
}
+#endif
int PrintFTPServerConf(FTP_SERVER_PROTO_CONF* ServerConf)
{
#include "ftpp_ui_config.h"
int PrintConfOpt(bool on, const char* Option);
-int PrintFTPClientConf(FTP_CLIENT_PROTO_CONF*);
+// FIXIT-L orphan code until FTP client inspector acquires a show() method
+// int PrintFTPClientConf(FTP_CLIENT_PROTO_CONF*);
int PrintFTPServerConf(FTP_SERVER_PROTO_CONF*);
#endif