2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-29 13:28:14 +00:00

Fix up one mistake from last night's fixes.

This commit is contained in:
Ted Lemon 1999-10-07 17:00:53 +00:00
parent 8ca113391a
commit a3621e23eb

View File

@ -22,7 +22,7 @@
#ifndef lint #ifndef lint
static char ocopyright[] = static char ocopyright[] =
"$Id: dhcpd.c,v 1.75 1999/10/07 06:36:32 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium."; "$Id: dhcpd.c,v 1.76 1999/10/07 17:00:53 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
#endif #endif
static char copyright[] = static char copyright[] =
@ -225,7 +225,7 @@ int main (argc, argv, envp)
/* Initialize the omapi system. */ /* Initialize the omapi system. */
result = omapi_init (); result = omapi_init ();
if (status != ISC_R_SUCCESS) if (result != ISC_R_SUCCESS)
log_fatal ("Can't initialize OMAPI: %s\n", log_fatal ("Can't initialize OMAPI: %s\n",
isc_result_totext (result)); isc_result_totext (result));