1
0
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:
henri
2012-10-21 22:56:54 +00:00
parent e76d41fa04
commit 4cedcef575

View File

@@ -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";
}