summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/other/1240
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/other/1240')
-rw-r--r--results/classifier/deepseek-2-tmp/output/other/124016
1 files changed, 0 insertions, 16 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/other/1240 b/results/classifier/deepseek-2-tmp/output/other/1240
deleted file mode 100644
index 4ebcfbdf7..000000000
--- a/results/classifier/deepseek-2-tmp/output/other/1240
+++ /dev/null
@@ -1,16 +0,0 @@
-
-The help document of qemu-nbd misses an option
-Description of problem:
-The "--help" option of qemu-nbd misses the option "tls-hostname".
-Steps to reproduce:
-1. For the option "tls-hostname", the following code appears during option parsing and modifies the tlshostname in qemu-nbd.c:760-762.
-
-```
-        case QEMU_NBD_OPT_TLSHOSTNAME:
-            tlshostname = optarg;
-            break;
-```
-Additional information:
-But it does not appear in the document provided by "--help".
-
-It may prevent users from using the relevant function.