Source: nn
Version: 6.7.3-14
Severity: normal
Tags: patch

Dear Maintainer,

>From 73ee09c5ef39c6ad89a07f3a284b89734bbe517f Mon Sep 17 00:00:00 2001
>From: Bjarni Ingi Gislason <bjarn...@rhi.hi.is>
>Date: Mon, 22 Feb 2021 01:26:45 +0000
>Subject: [PATCH] db.c: define some variables for subroutine "readactfile"

  Define the followiing variables in the subroutine "readactfile":

char           *source;
extern char    *nntp_server;
static FILE    *f_user = NULL;
extern int      nntp_debug;

Signed-off-by: Bjarni Ingi Gislason <bjarn...@rhi.hi.is>
---
 db.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/db.c b/db.c
index 99c2695..51ac2e6 100644
--- a/db.c
+++ b/db.c
@@ -1017,6 +1017,10 @@ readactfile(void)
     int             i;
     FILE           *actfp;
     stlist_t       *sthead, *stp = NULL;
+    char           *source;
+    extern char    *nntp_server;
+    static FILE    *f_user = NULL;
+    extern int      nntp_debug;
     extern int      keep_active_file;
 
     if (actlist != NULL)
-- 
2.30.0


-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.9-1 (SMP w/2 CPU threads)
Locale: LANG=is_IS.iso88591, LC_CTYPE=is_IS.iso88591 (charmap=ISO-8859-1), 
LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

-- debconf information excluded

-- 
Bjarni I. Gislason

Reply via email to