OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4319-g7ca2cce

Gerrit Code Review gerrit@openafs.org
Wed, 6 Aug 2014 10:30:28 -0400


The following commit has been merged in the master branch:
commit 7ca2cce89ea525c73bc1571578c316016c6c4461
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Fri Nov 8 16:22:48 2013 -0500

    tools: fix unpack in example sysvmq audit reader
    
    Fix the unpack in the example sysvmq audit reader script to
    correctly unpack the message type, which is an native long.
    
    From the msgrcv perl docoumentation:
    
      Note that when a message is received, the message type as a native
      long integer will be the first thing in VAR, followed by the actual
      message.  This packing may be opened with "unpack("l! a*")".
    
    Change-Id: I5c5480c30d530b384d8057fb071b01e67f1b4ad2
    Reviewed-on: http://gerrit.openafs.org/10445
    Reviewed-by: D Brashear <shadow@your-file-system.com>
    Tested-by: D Brashear <shadow@your-file-system.com>

 src/tools/audit/readsysvmq |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository