mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 14:25:41 +00:00
Compile fix for Linux 64-bit.
This commit is contained in:
@@ -2594,7 +2594,7 @@ store_option(struct data_string *result, struct universe *universe,
|
|||||||
"refers to unknown "
|
"refers to unknown "
|
||||||
"option space '%.*s'.",
|
"option space '%.*s'.",
|
||||||
oc->option->code,
|
oc->option->code,
|
||||||
end - start, start);
|
(int)(end - start), start);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user