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