summaryrefslogtreecommitdiff
path: root/relay
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-02-14 19:40:22 +0000
committerTed Lemon <source@isc.org>1999-02-14 19:40:22 +0000
commit339b0231e472d8953057bd5cdd74d5a1215f8ce1 (patch)
tree667b28fc07fbe910cc8e32bb017fb31e91c0a740 /relay
parentc43fe218fb5b1e95ea24dbfd5746ce073e39d2ab (diff)
downloadisc-dhcp-339b0231e472d8953057bd5cdd74d5a1215f8ce1.tar.gz
Fix up mistakes in recent 2.0 pullups.
Diffstat (limited to 'relay')
-rw-r--r--relay/dhcrelay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c
index 7bd7c279..b3653c68 100644
--- a/relay/dhcrelay.c
+++ b/relay/dhcrelay.c
@@ -41,8 +41,8 @@
*/
#ifndef lint
-static char copyright[] =
-"$Id: dhcrelay.c,v 1.17 1999/02/14 19:04:05 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
+static char ocopyright[] =
+"$Id: dhcrelay.c,v 1.18 1999/02/14 19:40:22 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"