]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Adjust some pointers
authorTed Lemon <source@isc.org>
Thu, 2 Sep 1999 00:36:58 +0000 (00:36 +0000)
committerTed Lemon <source@isc.org>
Thu, 2 Sep 1999 00:36:58 +0000 (00:36 +0000)
omapip/test.c

index 4c0e164ffe4b7c2805b7e364c2c33daa1ee59551..fa80ff77bf6a5fed04b79d1545fbbfdf2d9aea40 100644 (file)
@@ -24,8 +24,8 @@
 
 int main (int argc, char **argv)
 {
-       omapi_object_t listener = (omapi_object_t)0;
-       omapi_object_t connection = (omapi_object_t)0;
+       omapi_object_t *listener = (omapi_object_t*)0;
+       omapi_object_t *connection = (omapi_object_t*)0;
        isc_result_t status;
 
        omapi_init ();