diff --git a/src/worker-auth.c b/src/worker-auth.c index 4cbc667f..263edb23 100644 --- a/src/worker-auth.c +++ b/src/worker-auth.c @@ -956,8 +956,8 @@ int post_common_handler(worker_st * ws, unsigned http_ver) #define XMLUSER_END "" #define XMLPASS_END "" -/* Returns the username and password in newly allocated - * buffers. +/* Returns the contents of the provided fields in a newly allocated + * string, or a negative value on error. * * @body: is the string to search the xml field at, should be null-terminated. * @xml_field: the XML field to check for (e.g., MYFIELD)