Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error calling dns_exit instead dhcp_exit #9

Closed
bsaidus opened this issue Nov 23, 2019 · 0 comments
Closed

Error calling dns_exit instead dhcp_exit #9

bsaidus opened this issue Nov 23, 2019 · 0 comments

Comments

@bsaidus
Copy link

bsaidus commented Nov 23, 2019

nemesis-dchp.c

Call to dns_exit on nemesis-dhcp.c instead of calling dhcp_exit on line 368
on versions 1.6 and master one.
`#if defined(WIN32)
case 'Z':
if ((ifacetmp = pcap_lookupdev(errbuf)) == NULL)
perror(errbuf);

		PrintDeviceList(ifacetmp);
		dhcp_exit /*dns_exit(1)*/;
		/* fallthrough */

#endif`

  • Version: 1.6 and trunk one
  • Platform: Windows.
    please correct.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant