changeset 2287:0e065eb7e838

[project @ 1996-06-05 19:45:02 by jwe]
author jwe
date Wed, 05 Jun 1996 19:45:02 +0000
parents c0eed36e660d
children 039cda4dc95a
files src/input.cc
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/input.cc	Fri May 31 04:43:11 1996 +0000
+++ b/src/input.cc	Wed Jun 05 19:45:02 1996 +0000
@@ -288,6 +288,13 @@
 	      {
 		temp = Vhost_name;
 
+		goto add_string;
+	      }
+
+	    case 'H':
+	      {
+		temp = Vhost_name;
+
 		size_t pos = temp.find ('.');
 
 		if (pos != NPOS)