Identity server patch for NCSA httpd 1.2

Martin Hamilton <martin@mrrl.lut.ac.uk>
Errors-To: listmaster@www0.cern.ch
Date: Thu, 14 Apr 1994 21:30:02 --100
Message-id: <199404141924.UAA15276@sloth.mrrl.lut.ac.uk>
Errors-To: listmaster@www0.cern.ch
Reply-To: martin@mrrl.lut.ac.uk
Originator: www-talk@info.cern.ch
Sender: www-talk@www0.cern.ch
Precedence: bulk
From: Martin Hamilton <martin@mrrl.lut.ac.uk>
To: Multiple recipients of list <www-talk@www0.cern.ch>
Subject: Identity server patch for NCSA httpd 1.2
X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
Content-Length: 462       
Content-Length: 462       
Content-Type: text/plain; charset=US-ASCII
Content-Type: text/plain; charset=US-ASCII
Mime-Version: 1.0
Mime-Version: 1.0
X-Mailer: ELM [version 2.4 PL21]
X-Mailer: ELM [version 2.4 PL21]
My copy of httpd 1.2 wasn't returning anything from the RFC 931
lookup.  This patch seems to fix the problem!

Cheers,

Martin

*** httpd_1.2/src/util.c        Sun Apr 10 06:36:58 1994
--- httpd_1.2_patch/src/util.c  Thu Apr 14 19:52:07 1994
***************
*** 711,716 ****
--- 711,718 ----
                                      (struct sockaddr_in *) & sa_server);
      }
      else result = "unknown";
+ 
+     return result;
  }
  
  void get_local_host()