--- loncom/lond	2017/06/06 19:32:23	1.539
+++ loncom/lond	2017/06/06 20:03:24	1.540
@@ -2,7 +2,7 @@
 # The LearningOnline Network
 # lond "LON Daemon" Server (port "LOND" 5663)
 #
-# $Id: lond,v 1.539 2017/06/06 19:32:23 raeburn Exp $
+# $Id: lond,v 1.540 2017/06/06 20:03:24 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -65,7 +65,7 @@ my $DEBUG = 0;		       # Non zero to ena
 my $status='';
 my $lastlog='';
 
-my $VERSION='$Revision: 1.539 $'; #' stupid emacs
+my $VERSION='$Revision: 1.540 $'; #' stupid emacs
 my $remoteVERSION;
 my $currenthostid="default";
 my $currentdomainid;
@@ -1919,7 +1919,6 @@ sub ls3_handler {
                     ($ulsdir =~ m{^/home/httpd/lonUsers/$LONCAPA::match_domain(?:/[\w\-.@]){3}/$LONCAPA::match_name/}) ||
                     ($ulsdir =~ m{^/home/httpd/html/(?:res|userfiles)/$LONCAPA::match_domain/$LONCAPA::match_name/}) ||
                     (($ulsdir =~ m{^/home/httpd/html/priv/$LONCAPA::match_domain/$LONCAPA::match_name/}) && ($islocal))) {
-
                 &Failure($client,"refused\n",$userinput);
                 return 1;
             }