]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix compile warning on Tru64
authorTed Lemon <source@isc.org>
Wed, 6 Dec 2000 17:24:26 +0000 (17:24 +0000)
committerTed Lemon <source@isc.org>
Wed, 6 Dec 2000 17:24:26 +0000 (17:24 +0000)
includes/dhctoken.h

index f48622e6a35768d97606f9e30977e8ee6cf56a64..d0d6f3276782313d9e73b18f3b8442e6fe1fd787 100644 (file)
@@ -301,7 +301,7 @@ enum dhcp_token {
        BOUND = 597,
        RENEWING = 598,
        REBINDING = 599,
-       RECONTACT_INTERVAL = 600,
+       RECONTACT_INTERVAL = 600
 };
 
 #define is_identifier(x)       ((x) >= FIRST_TOKEN &&  \