[xiph-commits] r14869 - branches/dir.xiph.org/cgi-bin

balbinus at svn.xiph.org balbinus at svn.xiph.org
Mon May 12 08:37:29 PDT 2008


Author: balbinus
Date: 2008-05-12 08:37:29 -0700 (Mon, 12 May 2008)
New Revision: 14869

Modified:
   branches/dir.xiph.org/cgi-bin/yp.php
Log:
More helpful message.

Modified: branches/dir.xiph.org/cgi-bin/yp.php
===================================================================
--- branches/dir.xiph.org/cgi-bin/yp.php	2008-05-12 12:27:05 UTC (rev 14868)
+++ branches/dir.xiph.org/cgi-bin/yp.php	2008-05-12 15:37:29 UTC (rev 14869)
@@ -302,7 +302,7 @@
 		{
 		    // Return failure
 		    header("YPResponse: 0");
-		    header("YPMessage: SID does not exist.");
+		    header("YPMessage: SID does not exist. Check your firewall, your server may be unreachable from outside.");
 		    
             // Log stuff
             APILog::request(REQUEST_TOUCH, false, null, null, null);



More information about the commits mailing list