IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31370


Ignore:
Timestamp:
Apr 25, 2011, 11:59:44 AM (15 years ago)
Author:
watersc1
Message:

commented out setfattr code that doesn't seem to have ever run, but is now stopping the overloading of volume.xattr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Server.pm

    r28527 r31370  
    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.