From d5d27b2379c15b5ae6fe7257af9283fd8c9ec4f5 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sat, 6 Sep 2014 12:00:37 +0200 Subject: [PATCH] updated comment --- src/worker-auth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)