]> The Tcpdump Group git mirrors - tcpdump/commitdiff
RADIUS: Add a comma after the last element.
authorDenis Ovsienko <[email protected]>
Mon, 9 Oct 2017 19:36:26 +0000 (20:36 +0100)
committerDenis Ovsienko <[email protected]>
Mon, 9 Oct 2017 19:39:05 +0000 (20:39 +0100)
This will make subsequent patches cleaner. [skip ci]

print-radius.c

index 7e69d9d127e7efb7124c678773d5eb4ffc18de38..f212a83e85c1c87b63aae0de4dcbb27189f18fd4 100644 (file)
@@ -569,7 +569,7 @@ static struct attrtype {
      { "Digest-Stale",                    NULL, 0, 0, print_attr_string },
      { "Digest-HA1",                      NULL, 0, 0, print_attr_string },
      { "SIP-AOR",                         NULL, 0, 0, print_attr_string },
-     { "Delegated-IPv6-Prefix",           NULL, 0, 0, print_attr_netmask6 }
+     { "Delegated-IPv6-Prefix",           NULL, 0, 0, print_attr_netmask6 },
   };