OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-88-g909d835

Gerrit Code Review gerrit@openafs.org
Thu, 5 Apr 2018 21:06:14 -0400


The following commit has been merged in the master branch:
commit 909d8358109445fdb316b68a8e55e17626cf17c9
Author: Ian Wienand <iwienand@redhat.com>
Date:   Tue Mar 20 14:01:43 2018 +1100

    Remove warning "find_preferred_connection: no connection and !create"
    
    find_preferred_connection() is called with !create via
    afs_ConnByHost->afs_ConnBySA to determine if there is a cached
    connection available.  Don't warn, as it will next be called with the
    create flag to create the connection anyway.
    
    Change-Id: I02c2150a04ef20c54da793926fb402b946311f9a
    Reviewed-on: https://gerrit.openafs.org/12964
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/afs/afs_conn.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository