From: Simon Wilkinson Date: Sun, 26 Jul 2009 18:23:08 +0000 (+0100) Subject: Move end label into correct position X-Git-Tag: openafs-stable-1_4_12pre1~85 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=324cf8f0b0aedd4dd3f243d16cbf182f195a9d45;p=packages%2Fo%2Fopenafs.git Move end label into correct position The end label was in the wrong #ifdef block in order to actually be referenced in the case where USEIFADDR is unset Reviewed-on: http://gerrit.openafs.org/226 Reviewed-by: Derrick Brashear Tested-by: Jeffrey Altman Reviewed-by: Jeffrey Altman (cherry picked from commit 4c2e426d2dad559e1ed2c2c43d48193400b22c61) Change-Id: If7a3ed246da58aca60b60dcf5501430acc999b0c Reviewed-on: http://gerrit.openafs.org/915 Tested-by: Derrick Brashear --- diff --git a/src/afs/afs_server.c b/src/afs/afs_server.c index 703133ef9..ccb34fdaf 100644 --- a/src/afs/afs_server.c +++ b/src/afs/afs_server.c @@ -1516,8 +1516,10 @@ static int afs_SetServerPrefs(struct srvAddr *sa) { afsi_SetServerIPRank(sa, ifa); }} #endif - end: #endif /* USEIFADDR */ +#ifndef USEIFADDR + end: +#endif #endif /* AFS_SUN5_ENV */ #endif /* else AFS_USERSPACE_IP_ADDR */ if (sa)