summaryrefslogtreecommitdiff
path: root/webauth.c
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2020-07-27 15:44:12 +0200
committerhorchi <vdr@jwendel.de>2020-07-27 15:44:12 +0200
commit8d38dfabb114d8a93c34ce1258d97e389f5645d9 (patch)
tree25cf5fc66b907d86890daaa6121c2803c941982d /webauth.c
parent528e74b41c1ec5012554decc3e88b787ceb2fa95 (diff)
downloadvdr-epg-daemon-8d38dfabb114d8a93c34ce1258d97e389f5645d9.tar.gz
vdr-epg-daemon-8d38dfabb114d8a93c34ce1258d97e389f5645d9.tar.bz2
2020-07-27: version 1.1.161 (Alexander Grothe, horchi)\n - change: Porting to new libmicrohttpd\n\n1.1.161
Diffstat (limited to 'webauth.c')
-rw-r--r--webauth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/webauth.c b/webauth.c
index 30f78af..66fbf3c 100644
--- a/webauth.c
+++ b/webauth.c
@@ -54,9 +54,9 @@ char* string2base64(const char* message)
// Ask For Authentication
//***************************************************************************
-int cEpgHttpd::askForAuthentication(struct MHD_Connection* connection, const char* realm)
+MHD_Result cEpgHttpd::askForAuthentication(struct MHD_Connection* connection, const char* realm)
{
- int status;
+ MHD_Result status;
struct MHD_Response* response;
char* headervalue = 0;