IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 9, 2008, 3:15:13 PM (18 years ago)
Author:
jhoblitt
Message:

change listxattr_object() to return an arrayref

File:
1 edited

Legend:

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

    r17544 r17620  
    11# Copyright (c) 2004-2008  Joshua Hoblitt
    22#
    3 # $Id: Server.pm,v 1.65 2008-05-06 23:07:27 jhoblitt Exp $
     3# $Id: Server.pm,v 1.66 2008-05-10 01:15:13 jhoblitt Exp $
    44
    55package Nebulous::Server;
     
    794794    $log->debug("leaving");
    795795
    796     return @xattrs;
     796    return \@xattrs;
    797797}
    798798
Note: See TracChangeset for help on using the changeset viewer.