Changeset 41172 for trunk/Nebulous/lib/Nebulous/Util.pm
- Timestamp:
- Nov 27, 2019, 12:04:14 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/lib/Nebulous/Util.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/lib/Nebulous/Util.pm
r23934 r41172 78 78 # The instance file attempting to be opened should always exist as it was 79 79 # created by the Nebulous server. 80 80 81 my $fh; 81 82 for (my $i = 0; $i < 60; $i++) { … … 160 161 die "can not process $arg because it is not in name:value form" 161 162 unless defined $name and defined $value; 162 die "xattr name: $name is not in t o the form user.name"163 die "xattr name: $name is not in the form user.name" 163 164 unless $name =~ /^user\./; 164 165 $neb->setxattr($key, $name, $value, "replace")
Note:
See TracChangeset
for help on using the changeset viewer.
