X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fbutc%2Ftcmain.c;h=935aea40636135c38a73a08ae291b99bdaaa95d8;hp=c9bb6c0bc27ad9b09c4b1fac9be04f8a7617da6e;hb=55ac2b7aa7da8ead2b3457781d9d60958bfad6be;hpb=b7e12a1aec9cd3591a02023fb6e87ba6cfcb152f diff --git a/src/butc/tcmain.c b/src/butc/tcmain.c index c9bb6c0..935aea4 100644 --- a/src/butc/tcmain.c +++ b/src/butc/tcmain.c @@ -1034,7 +1034,6 @@ WorkerBee(struct cmd_syndesc *as, void *arock) if (rxBind) { afs_int32 ccode; -#ifndef AFS_NT40_ENV if (AFSDIR_SERVER_NETRESTRICT_FILEPATH || AFSDIR_SERVER_NETINFO_FILEPATH) { char reason[1024]; @@ -1043,7 +1042,6 @@ WorkerBee(struct cmd_syndesc *as, void *arock) AFSDIR_SERVER_NETINFO_FILEPATH, AFSDIR_SERVER_NETRESTRICT_FILEPATH); } else -#endif { ccode = rx_getAllAddr(SHostAddrs, ADDRSPERSITE); }