Windows: if no known IP addrs, query the addr list
authorJeffrey Altman <jaltman@your-file-system.com>
Fri, 9 Oct 2015 14:20:41 +0000 (10:20 -0400)
committerJeffrey Altman <jaltman@your-file-system.com>
Fri, 16 Oct 2015 21:02:53 +0000 (17:02 -0400)
commit4f20b7305efcea9d930f64c348fc58555a736c6b
tree617bba97a134b908efc39843d95e6b5b97b9bd7f
parentc615a712bf9eae3c88252c4a37bd91a0e9db89da
Windows: if no known IP addrs, query the addr list

If cm_noIPAddrs == 0, then no servers will be probed.   If
syscfg_GetIFInfo() fails then cm_noIPAddrs is set to 0.  Therefore,
also set cm_LanAdapterChangeDetected to non-zero if syscfg_GetIFInfo()
fails so that the interface info can be queried again prior to a server
probe attempt.

Change-Id: I6639441fa6266671cfb875256eb23c3b018e67c9
Reviewed-on: http://gerrit.openafs.org/12055
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsd/cm_server.c