IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2011, 10:05:10 AM (15 years ago)
Author:
eugene
Message:

merging updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110404/Nebulous-Server/lib/Nebulous/Server.pm

    r28527 r31439  
    25462546    }
    25472547
    2548     if ($xattr) {
    2549         my $path = $uri->file;
    2550         $log->logdie("can not set xattr on $path: $!")
    2551             unless (setfattr($path, 'user.nebulous_key', $key->path));
    2552     }
     2548#     if ($xattr) {
     2549#         my $path = $uri->file;
     2550#         $log->logdie("can not set xattr on $path: $!")
     2551#             unless (setfattr($path, 'user.nebulous_key', $key->path));
     2552#     }
    25532553
    25542554    return $uri;
Note: See TracChangeset for help on using the changeset viewer.