]> git.ipfire.org Git - thirdparty/dhcp.git/blobdiff - common/upf.c
copy rights update
[thirdparty/dhcp.git] / common / upf.c
index b1a38e15a91b2c0f22725b5ca074b9bcd626832d..37e5cb2879f14e19f4cd9c2a6b7dcf0e67d38da5 100644 (file)
@@ -3,7 +3,7 @@
    Ultrix PacketFilter interface code. */
 
 /*
- * Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2022 Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
@@ -94,7 +94,7 @@ int if_register_upf (info)
                       info -> name);
 
        /* We only know how to do ethernet. */
-       if (param.end_dev_type != ENDT_10MB)    
+       if (param.end_dev_type != ENDT_10MB)
                log_fatal ("Invalid device type on network interface %s: %d",
                       info -> name, param.end_dev_type);