Page MenuHomeFreeBSD

D28659.diff
No OneTemporary

D28659.diff

diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c
--- a/sys/ddb/db_command.c
+++ b/sys/ddb/db_command.c
@@ -293,7 +293,7 @@
*resultp = CMD_AMBIGUOUS;
/* but keep looking for a full match -
this lets us match single letters */
- } else {
+ } else if (*resultp == CMD_NONE) {
*cmdp = cmd;
*resultp = CMD_FOUND;
}

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 10, 2:44 AM (3 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31192099
Default Alt Text
D28659.diff (347 B)

Event Timeline