mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-01 06:45:27 +00:00
Fix compilation errors introduced in the last set of checkins.
This commit is contained in:
@@ -40,7 +40,7 @@ int main (int argc, char **argv)
|
||||
fprintf (stderr, "Usage: test listen port\n");
|
||||
exit (1);
|
||||
}
|
||||
status = omapi_generic_new (&listener, "main");
|
||||
status = omapi_generic_new (&listener, MDL);
|
||||
if (status != ISC_R_SUCCESS) {
|
||||
fprintf (stderr, "omapi_generic_new: %s\n",
|
||||
isc_result_totext (status));
|
||||
@@ -59,7 +59,7 @@ int main (int argc, char **argv)
|
||||
fprintf (stderr, "Usage: test listen address port\n");
|
||||
exit (1);
|
||||
}
|
||||
status = omapi_generic_new (&connection, "main");
|
||||
status = omapi_generic_new (&connection, MDL);
|
||||
if (status != ISC_R_SUCCESS) {
|
||||
fprintf (stderr, "omapi_generic_new: %s\n",
|
||||
isc_result_totext (status));
|
||||
|
Reference in New Issue
Block a user