From 4c2e426d2dad559e1ed2c2c43d48193400b22c61 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 --- 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 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) -- 2.39.5