do not return 0-terminator
This commit is contained in:
parent
45a7b98d4b
commit
7ad562af55
@ -231,7 +231,7 @@ TEH_handler_terms (struct TEH_RequestHandler *rh,
|
||||
.mime_type = "text/plain",
|
||||
.terms = "Terms of service not configured",
|
||||
.language = "en",
|
||||
.terms_size = sizeof ("Terms of service not configured")
|
||||
.terms_size = strlen ("Terms of service not configured")
|
||||
};
|
||||
t = &none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user