Skip to content

Error calling dns_exit instead dhcp_exit #9

@bsaidus

Description

@bsaidus

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions