Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151543505
D28659.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
347 B
Referenced Files
None
Subscribers
None
D28659.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D28659: ddb: reliably fail with ambiguous commands
Attached
Detach File
Event Timeline
Log In to Comment