IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29476


Ignore:
Timestamp:
Oct 18, 2010, 11:16:37 AM (16 years ago)
Author:
watersc1
Message:

set_copies was doing the wrong thing, and instead of using the value you specified, it was using the internal value of "$copies". Obviously, this is never the correct thing to do, so it now uses the value of $set_copies, as you'd expect.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/bin/neb-replicate

    r24463 r29476  
    6464
    6565if ($set_copies) {
    66     $neb->setxattr($key, "user.copies", $copies, "replace")
     66    $neb->setxattr($key, "user.copies", $set_copies, "replace")
    6767        or die $neb->err;
    6868}
Note: See TracChangeset for help on using the changeset viewer.