OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3554-gbdd9ad1

Gerrit Code Review gerrit@openafs.org
Sun, 3 Mar 2013 18:59:35 -0800 (PST)


The following commit has been merged in the master branch:
commit bdd9ad146c8a3d05b926dba3e01299ce79cd5ad3
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Sat Mar 2 10:06:47 2013 -0500

    crypto: make krb5_enomem a static inline function
    
    With the recent update to the imported heimdal code, krb5_enomem
    is used in a few places as a simple statement that doesn't make
    use of the value.  With the current definition, this triggers
    compiler warnings because the statement has no effect.
    
    Replace the definition with a static inline function that returns
    the expected value.
    
    Change-Id: I799022b69a43ab635560a1a5ea8f67f0a8f7230a
    Reviewed-on: http://gerrit.openafs.org/9335
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Simon Wilkinson <simonxwilkinson@gmail.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/crypto/rfc3961/krb5_locl.h |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository