mirror of
https://github.com/lammertb/libhttp.git
synced 2025-07-29 21:01:13 +03:00
Correct misleading error message
This commit is contained in:
@ -343,7 +343,7 @@ main(int argc, char *argv[])
|
||||
#ifdef USE_IPV6
|
||||
if (!mg_check_feature(8)) {
|
||||
fprintf(stderr,
|
||||
"Error: Embedded example built with websocket support, "
|
||||
"Error: Embedded example built with IPv6 support, "
|
||||
"but civetweb library build without.\n");
|
||||
err = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user