Author: tuexen
Date: Sun May 31 10:51:36 2015
New Revision: 283813
URL: https://svnweb.freebsd.org/changeset/base/283813

Log:
  Use an empty string for field descriptions of unknown protocols.
  
  MFC after: 3 days

Modified:
  head/contrib/traceroute/traceroute.c

Modified: head/contrib/traceroute/traceroute.c
==============================================================================
--- head/contrib/traceroute/traceroute.c        Sun May 31 10:51:06 2015        
(r283812)
+++ head/contrib/traceroute/traceroute.c        Sun May 31 10:51:36 2015        
(r283813)
@@ -465,7 +465,7 @@ struct      outproto protos[] = {
        },
        {
                NULL,
-               NULL,
+               "",
                0,
                2 * sizeof(u_short),
                0,
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to