IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 4, 2011, 4:11:03 PM (15 years ago)
Author:
watersc1
Message:

allow xattr values of 2 for neb-voladm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/bin/neb-voladm

    r28492 r32615  
    6868        if (defined $allocate and $allocate !~ m/^[01]$/)
    6969        or (defined $available and $available !~ m/^[01]$/)
    70         or (defined $xattr and $xattr !~ m/^[01]$/);
     70        or (defined $xattr and $xattr !~ m/^[012]$/);
    7171}
    7272
Note: See TracChangeset for help on using the changeset viewer.