From 86f44a13aa03d4e425248a1a4aebe166c4f23a9c Mon Sep 17 00:00:00 2001 From: Moritz Muehlenhoff Date: Mon, 29 Jan 2024 09:21:43 +0100 Subject: cvelist.el: Correctly read reason in function to mark a CVE as a non issue --- conf/cvelist.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/cvelist.el b/conf/cvelist.el index 326c1fbf50..f2a9bad552 100644 --- a/conf/cvelist.el +++ b/conf/cvelist.el @@ -44,7 +44,7 @@ (defun debian-cvelist-mark-non-issue () "Mark an entry as a non issue." - (setq bugnum (read-string "Why is this a non-issue?: " non_issue_reason)) + (setq non_issue_reason (read-string "Why is this a non-issue?: " non_issue_reason)) (interactive) (end-of-line) (insert " (unimportant)" ) -- cgit v1.2.3