From 324cf8f0b0aedd4dd3f243d16cbf182f195a9d45 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Sun, 26 Jul 2009 19:23:08 +0100 Subject: [PATCH] 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 --- src/afs/afs_server.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.39.5