X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Ftest-dhcp-client.c;h=991edd4590e16eda721f0d767ff00ef4b5fbb0c2;hb=00456ddda4110f7f75ea9f8a703b31c7f2df7649;hp=3b35dac69b46a5c2541a274adaa1834b46ce0ac5;hpb=a4af00400a835eb87569ba40e21874c05e872c0f;p=sliver-openvswitch.git diff --git a/tests/test-dhcp-client.c b/tests/test-dhcp-client.c index 3b35dac69..991edd459 100644 --- a/tests/test-dhcp-client.c +++ b/tests/test-dhcp-client.c @@ -50,7 +50,6 @@ main(int argc, char *argv[]) int error; set_program_name(argv[0]); - vlog_init(); parse_options(argc, argv); argc -= optind; @@ -91,7 +90,7 @@ release(void *cli_) } static void -modify_dhcp_request(struct dhcp_msg *msg, void *aux UNUSED) +modify_dhcp_request(struct dhcp_msg *msg, void *aux OVS_UNUSED) { if (vendor_class) { dhcp_msg_put_string(msg, DHCP_CODE_VENDOR_CLASS, vendor_class);