mirror of
https://github.com/nmap/nmap.git
synced 2026-06-29 12:44:00 +00:00
Separate engine names by spaces instead of commas for consistency with
the other lines produced by nmap -V
This commit is contained in:
parent
e76d41fa04
commit
4cedcef575
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ int nsock_set_default_engine(char *engine) {
|
|||
const char *nsock_list_engines(void) {
|
||||
return
|
||||
#if HAVE_EPOLL
|
||||
"epoll,"
|
||||
"epoll "
|
||||
#endif
|
||||
"select";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue