OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-444-g9011779

Gerrit Code Review gerrit@openafs.org
Fri, 30 Aug 2019 01:22:58 -0400


The following commit has been merged in the master branch:
commit 90117793ca3000a20cb3bff8601e9f8ae56fb5db
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Mon Aug 26 18:46:21 2019 -0500

    WINNT: Do not link ptclient.obj in libafsauthent
    
    ptclient.c contains a stub definition for osi_audit, but audit.c
    already contains a real definition for osi_audit. libafsauthent
    doesn't seem to actually need anything from ptclient (and the Unix
    libafsauthent doesn't appear to use it), so just don't include
    ptclient when linking libafsauthent.
    
    Change-Id: I4172b80138e5ea121fc3ae2689cf4ed23c81e35b
    Reviewed-on: https://gerrit.openafs.org/13819
    Tested-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/libafsauthent/NTMakefile |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository