#984485 admin.c: remove a duplicate declaration of the array "group_path_name[]"

Package:
src:nn
Source:
nn
Submitter:
Bjarni Ingi Gislason
Date:
2021-03-04 03:42:18 UTC
Severity:
normal
Tags:
#984485#5
Date:
2021-03-04 03:38:12 UTC
From:
To:
Dear Maintainer,
---
 admin.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/admin.c b/admin.c
index 421aee1..2be9b72 100644
--- a/admin.c
+++ b/admin.c
@@ -44,9 +44,11 @@ static void     group_admin(register group_header * gh);
 static void     show_config(void);


+/* group_path_name[] is declared in "global.h" */
+
 extern char
                *master_directory, *db_directory, *db_data_directory, *bin_directory, *news_directory,
-               *news_lib_directory, *log_file, *news_active, *pager, group_path_name[];
+               *news_lib_directory, *log_file, *news_active, *pager;

 extern char    *exec_chdir_to;