Small variable setting deleted by accident in r353

MAINT_6_0
Stephane Bortzmeyer 17 years ago
parent ddc19c16e7
commit 43876de96e

@ -119,8 +119,8 @@ main(argc, argv)
icp_opcode opcode = ICP_OP_QUERY; icp_opcode opcode = ICP_OP_QUERY;
#endif #endif
boolean tcp = 0; boolean tcp = FALSE;
boolean ssl = 0; boolean ssl = FALSE;
boolean stop_at_newlines = 1; boolean stop_at_newlines = 1;
@ -422,6 +422,8 @@ main(argc, argv)
progname); progname);
exit(1); exit(1);
} }
if (!udp && !icp)
tcp = TRUE;
if (ssl && http) { if (ssl && http) {
strcpy(port_name, DEFAULT_HTTPS_TCP_PORT); strcpy(port_name, DEFAULT_HTTPS_TCP_PORT);
} }

Loading…
Cancel
Save