if (netcat_mode == NETCAT_LISTEN) { if (opt_exec) { ncprint(NCPRINT_VERB2, _("Passing control to the specified program")); ncexec(&listen_sock);/* this won't return */ } /* int core_readwrite(nc_sock_t *nc_main, nc_sock_t *nc_slave)*/ core_readwrite(&listen_sock, &stdio_sock); debug_dv(("Listen: EXIT")); }