1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-12 09:17:44 +03:00

test-dhcp-client: fix typos in comment (#7052)

This commit is contained in:
Florian Klink 2017-10-11 14:45:48 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 0da812036f
commit da172fa9ea

View File

@ -102,8 +102,8 @@ static void test_request_basic(sd_event *e) {
/* RFC7844: option 33 (SD_DHCP_OPTION_STATIC_ROUTE) is set in the
* default PRL when using Anonymize, so it is changed to other option
* that is not set by default, to check that it succed setting it.
* Ooptions not set by default (using or not anonymize) are option 17
* that is not set by default, to check that it was set successfully.
* Options not set by default (using or not anonymize) are option 17
* (SD_DHCP_OPTION_ROOT_PATH) and 42 (SD_DHCP_OPTION_NTP_SERVER) */
assert_se(sd_dhcp_client_set_request_option(client, 17) == 0);
assert_se(sd_dhcp_client_set_request_option(client, 17) == -EEXIST);