summaryrefslogtreecommitdiff
path: root/omapip/test.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-01-26 14:56:18 +0000
committerTed Lemon <source@isc.org>2000-01-26 14:56:18 +0000
commit4bd8800e89dd8760f16a4c5e3bcae3d2b3a2373c (patch)
tree6869820caca6f989f2995bd99649904a539ec28a /omapip/test.c
parent3c0b59d354fad605740541a66b4a123582b1e8b1 (diff)
downloadisc-dhcp-4bd8800e89dd8760f16a4c5e3bcae3d2b3a2373c.tar.gz
Fix compilation errors introduced in the last set of checkins.
Diffstat (limited to 'omapip/test.c')
-rw-r--r--omapip/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/omapip/test.c b/omapip/test.c
index cea562d9..5a25b139 100644
--- a/omapip/test.c
+++ b/omapip/test.c
@@ -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));