Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2015 10:51:37 +0000 (UTC)
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r283813 - head/contrib/traceroute
Message-ID:  <201505311051.t4VApbNU061367@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505311051.t4VApbNU061367>