The following commit has been merged in the master branch:
commit ec1dcfbe29961fad23dec087c2d214be785a7816
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.
    
    Change-Id: I22d952f1487734ead02335108377bc404baa6024
    Reviewed-on: http://gerrit.openafs.org/11444
    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