Antonio Borneo pointed out that we were checking (A && B && B). The third
one should have been vpninfo->csd_stuburl, not vpninfo->csd_waiturl again.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
vpn_progress(vpninfo, PRG_INFO, _("XML POST enabled\n"));
/* Step 4: Run the CSD trojan, if applicable */
- if (vpninfo->csd_starturl && vpninfo->csd_waiturl && vpninfo->csd_waiturl) {
+ if (vpninfo->csd_starturl && vpninfo->csd_waiturl &&
+ vpninfo->csd_stuburl) {
char *form_path = NULL;
if (vpninfo->urlpath) {