From d92564c87818157b09ddfbf3314406b765ca390a Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 17 Aug 2004 20:59:04 +0000 Subject: - Changed 'goto finally' to RETURN(xx) - Added MYSQL support and tested it. --- daemon/digest.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'daemon/digest.c') diff --git a/daemon/digest.c b/daemon/digest.c index bce588e..968399a 100644 --- a/daemon/digest.c +++ b/daemon/digest.c @@ -291,6 +291,8 @@ int digest_pre_check(digest_context_t* dg, const ha_context_t* opts, ha_buffer_t /* Validate the nc */ else { + /* TODO: We need to validate the nc properly. Somehow that's not + * happening here. */ char* e; long nc = strtol(dg->client.nc, &e, 16); -- cgit v1.2.3