From: Simon Wilkinson Date: Sun, 26 Jul 2009 18:23:08 +0000 (+0100) Subject: Move end label into correct position X-Git-Tag: openafs-devel-1_5_61~24 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4c2e426d2dad559e1ed2c2c43d48193400b22c61;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 --- diff --git a/src/afs/afs_server.c b/src/afs/afs_server.c index 0e17d675c..af54c69e5 100644 --- a/src/afs/afs_server.c +++ b/src/afs/afs_server.c @@ -1523,8 +1523,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)