diff options
author | Wlodek Wencel <wlodek@isc.org> | 2022-01-25 18:57:28 +0100 |
---|---|---|
committer | Wlodek Wencel <wlodek@isc.org> | 2022-01-25 18:57:28 +0100 |
commit | e9d37e26897a349f8483092fd0305ea03a97b0e2 (patch) | |
tree | 5ccf3e3afaee5c9cbce00d23db33c4af019de32b /dhcpctl/cltest.c | |
parent | 8eec892acc041bbdb361d1c1ac36a26b3d3cc2db (diff) | |
parent | 3d53b2f2a0369c2af83c738d4e8194077315cbb4 (diff) | |
download | isc-dhcp-v4_4.tar.gz |
Diffstat (limited to 'dhcpctl/cltest.c')
-rw-r--r-- | dhcpctl/cltest.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dhcpctl/cltest.c b/dhcpctl/cltest.c index 4e2544b1..8a64d22b 100644 --- a/dhcpctl/cltest.c +++ b/dhcpctl/cltest.c @@ -3,7 +3,7 @@ Example program that uses the dhcpctl library. */ /* - * Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2022 Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 2000-2003 by Internet Software Consortium * * This Source Code Form is subject to the terms of the Mozilla Public @@ -19,8 +19,8 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * * Internet Systems Consortium, Inc. - * 950 Charter Street - * Redwood City, CA 94063 + * PO Box 360 + * Newmarket, NH 03857 USA * <info@isc.org> * https://www.isc.org/ * @@ -99,7 +99,7 @@ int main (argc, argv) int mode = undefined; const char *interface = 0; const char *action; - + for (i = 1; i < argc; i++) { if (!strcmp (argv[i], "-u")) { mode = up; |