summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMoritz Muehlenhoff <jmm@debian.org>2024-01-29 09:21:43 +0100
committerMoritz Muehlenhoff <jmm@debian.org>2024-01-29 09:21:43 +0100
commit86f44a13aa03d4e425248a1a4aebe166c4f23a9c (patch)
treedd0e7658dbec53414923cf5a7a9d0eb105678567 /conf
parent52dcb4a74d1caebf7e3b6a60484c51d08364794e (diff)
cvelist.el: Correctly read reason in function to mark a CVE as a non issue
Diffstat (limited to 'conf')
-rw-r--r--conf/cvelist.el2
1 files changed, 1 insertions, 1 deletions
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)" )

© 2014-2024 Faster IT GmbH | imprint | privacy policy