mirror of
https://github.com/nmap/nmap.git
synced 2025-12-22 23:49:03 +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:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user