diff options
author | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2016-04-12 21:52:36 +0000 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2016-04-12 21:52:36 +0000 |
commit | a01de4d7361a44f73edfa70628176fb086885119 (patch) | |
tree | 92ff7455eb1c2057d9d76dabd09cfb48ba8b4c19 | |
parent | f5393bb0dd995c9d42c821ca16bd0fe4601e8e04 (diff) |
digestauth.c: removed unused variable
-rw-r--r-- | src/microhttpd/digestauth.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c index d4781406..9a9d9e6a 100644 --- a/src/microhttpd/digestauth.c +++ b/src/microhttpd/digestauth.c @@ -554,7 +554,6 @@ MHD_digest_auth_check (struct MHD_Connection *connection, { size_t len; const char *header; - char *end; char nonce[MAX_NONCE_LENGTH]; char cnonce[MAX_NONCE_LENGTH]; char qop[15]; /* auth,auth-int */ |