Diff for /loncom/lond between versions 1.467.2.6 and 1.467.2.7

version 1.467.2.6, 2011/11/17 18:31:49 version 1.467.2.7, 2012/02/28 16:47:29
Line 2280  sub fetch_user_file_handler { Line 2280  sub fetch_user_file_handler {
  my $transname=$udir.'/'.$ufile.'.in.transit';   my $transname=$udir.'/'.$ufile.'.in.transit';
         my $clientprotocol=$Apache::lonnet::protocol{$clientname};          my $clientprotocol=$Apache::lonnet::protocol{$clientname};
         $clientprotocol = 'http' if ($clientprotocol ne 'https');          $clientprotocol = 'http' if ($clientprotocol ne 'https');
  my $remoteurl=$clientprotocol.'://'.$clientip.'/userfiles/'.$fname;   my $clienthost = &Apache::lonnet::hostname($clientname);
    my $remoteurl=$clientprotocol.'://'.$clienthost.'/userfiles/'.$fname;
  my $response;   my $response;
  Debug("Remote URL : $remoteurl Transfername $transname Destname: $destname");   Debug("Remote URL : $remoteurl Transfername $transname Destname: $destname");
  alarm(120);   alarm(120);

Removed from v.1.467.2.6  
changed lines
  Added in v.1.467.2.7


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>