The following commit has been merged in the openafs-devel-1_7_x branch:
commit b257be087bd771032732a0ec4c9a720134fc17f8
Author: Jeffrey Altman <[email protected]>
Date:   Thu Sep 4 09:08:32 2014 -0400

    Windows: replace lana_OnlyLoopback() calls
    
    lana_OnlyLoopback() relies upon Netbios over TCP being enabled but
    Netbios over TCP is not officially supported on Vista and above.
    Replace all lana_OnlyLoopback() calls with a test on the number of
    network interfaces as computed by syscfg_GetIFInfo().   That list
    excludes loopback interfaces.
    
    Reviewed-on: http://gerrit.openafs.org/11444
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>
    (cherry picked from commit ec1dcfbe29961fad23dec087c2d214be785a7816)
    
    Change-Id: I6106fe5a0b080110966018138beff2b7f82f87ae
    Reviewed-on: http://gerrit.openafs.org/11495
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>

 src/WINNT/afsd/afsd_flushvol.c |    2 +-
 src/WINNT/afsd/afsd_service.c  |    8 ++++----
 src/WINNT/afsd/cm_scache.c     |    4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to