Changeset 31370
- Timestamp:
- Apr 25, 2011, 11:59:44 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r28527 r31370 2546 2546 } 2547 2547 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 # } 2553 2553 2554 2554 return $uri;
Note:
See TracChangeset
for help on using the changeset viewer.
